From d83d6c50b27ec962dbcbf7c702fde162f898c2bb Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:43:28 +1300 Subject: [PATCH] Fix aghost hands gui. (#6119) --- Content.Client/Hands/Systems/HandsSystem.cs | 3 --- 1 file changed, 3 deletions(-) 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)