mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Ensure Revert via Command invokes a StateFinalization type for Reset
This commit is contained in:
parent
8a1f03c272
commit
40b4a8fd7a
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ public class CommandService : IDisposable, IApiService
|
|||
foreach (var identifier in identifiers)
|
||||
{
|
||||
if (_stateManager.TryGetValue(identifier, out var state))
|
||||
_stateManager.ResetState(state, StateSource.Manual);
|
||||
_stateManager.ResetState(state, StateSource.Manual, isFinal: true);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue