From 7d64599d2d60c16303c46327b9ae2739bde81128 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Thu, 17 Apr 2025 06:08:09 -0400 Subject: [PATCH] Action buttons are now usable in the action window. (#35642) * Update ActionUIController.cs * renamed some inconsistent arguments. * removed a redundant check. * revert some variable renames to reduce the diff. --- .../Systems/Actions/ActionUIController.cs | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs b/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs index c2ba35f3c5..d020a71359 100644 --- a/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs +++ b/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs @@ -632,8 +632,7 @@ public sealed class ActionUIController : UIController, IOnStateChanged