Update CP14ClientSkillSystem.cs

This commit is contained in:
Ed
2025-03-27 18:24:26 +03:00
parent 735b4f5c7b
commit 2a524b4b4b

View File

@@ -25,6 +25,9 @@ public sealed partial class CP14ClientSkillSystem : CP14SharedSkillSystem
private void OnAfterAutoHandleState(Entity<CP14SkillStorageComponent> ent, ref AfterAutoHandleStateEvent args)
{
if (ent != _playerManager.LocalEntity)
return;
OnSkillUpdate?.Invoke(ent.Owner);
}