From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:14:39 +0000 (-0800) Subject: Fix for inspecting entities in hand (#33642) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=450bf813b85eee974716a1ed0dacf7baac188330;p=space-station-14.git Fix for inspecting entities in hand (#33642) Actually inspect entity in hands --- diff --git a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs index 9ee429ba7e..edc0260061 100644 --- a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs +++ b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs @@ -83,22 +83,27 @@ public sealed class HandsUIController : UIController, IOnStateEntered