From 450bf813b85eee974716a1ed0dacf7baac188330 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:14:39 -0800 Subject: [PATCH] Fix for inspecting entities in hand (#33642) Actually inspect entity in hands --- .../UserInterface/Systems/Hands/HandsUIController.cs | 5 +++++ 1 file changed, 5 insertions(+) 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