From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:08:09 +0000 (-0400) Subject: Action buttons are now usable in the action window. (#35642) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7d64599d2d60c16303c46327b9ae2739bde81128;p=space-station-14.git 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. --- 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