diff --git a/Content.Client/Hands/Systems/HandsSystem.cs b/Content.Client/Hands/Systems/HandsSystem.cs index 3ae0356649..fcc7fe3722 100644 --- a/Content.Client/Hands/Systems/HandsSystem.cs +++ b/Content.Client/Hands/Systems/HandsSystem.cs @@ -195,9 +195,6 @@ namespace Content.Client.Hands public override void UpdateHandVisuals(EntityUid uid, SharedHandsComponent? handComp = null, AppearanceComponent? appearance = null) { - if (!Resolve(uid, ref handComp, ref appearance, false)) - return; - base.UpdateHandVisuals(uid, handComp, appearance); if (uid == _playerManager.LocalPlayer?.ControlledEntity)