Revert to v196.0.0 (#23074)

(cherry picked from commit d82767be7db6d0cdf0782600b6a46b3a34b4c026)
This commit is contained in:
Leon Friedrich
2023-12-27 18:57:48 -05:00
committed by Debug
parent f3e61795f4
commit 2d52ea3771
2 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,5 @@ public sealed class MobStateActionsSystem : EntitySystem
if (_actions.AddAction(uid, ref act, id, uid, action))
component.GrantedActions.Add(act.Value);
}
Dirty(uid, component);
}
}