mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Apply API renames.
This commit is contained in:
parent
748c324acf
commit
7be283ca30
7 changed files with 16 additions and 16 deletions
|
|
@ -281,7 +281,7 @@ public class StateListener : IDisposable
|
|||
|
||||
_objects.Update();
|
||||
if (_objects.TryGetValue(identifier, out var actors) && actors.Valid)
|
||||
_stateUpdated.Invoke(StateUpdateType.Gearset, actors);
|
||||
_stateUpdated.Invoke(StateFinalizationType.Gearset, actors);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue