Revert to v196.0.0 (#23074)

This commit is contained in:
Leon Friedrich
2023-12-27 18:57:48 -05:00
committed by GitHub
parent 35ba42af9c
commit d82767be7d
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);
}
}