]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix use delay cooldown visual bug (#23532)
authorthemias <89101928+themias@users.noreply.github.com>
Thu, 4 Jan 2024 18:13:38 +0000 (13:13 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 18:13:38 +0000 (13:13 -0500)
Content.Client/UserInterface/Systems/Hands/HandsUIController.cs

index a15f1cbb76219888fbc22b7cbdf07ae11ad7bd6b..b82bcad470a7f1ba3286def1346e46c36d0eb892 100644 (file)
@@ -398,7 +398,7 @@ public sealed class HandsUIController : UIController, IOnStateEntered<GameplaySt
                     useDelay is not { DelayStartTime: var start, DelayEndTime: var end })
                 {
                     hand.CooldownDisplay.Visible = false;
-                    return;
+                    continue;
                 }
 
                 hand.CooldownDisplay.Visible = true;