From edd85a5d2d8848fcbb5d5f60d505abe0164b10c1 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:13:38 -0500 Subject: [PATCH] fix use delay cooldown visual bug (#23532) --- Content.Client/UserInterface/Systems/Hands/HandsUIController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs index a15f1cbb76..b82bcad470 100644 --- a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs +++ b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs @@ -398,7 +398,7 @@ public sealed class HandsUIController : UIController, IOnStateEntered