From 4b42f28cf7c94d374cf548b672e2da6971d06c29 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sat, 22 Oct 2022 12:51:03 +1300 Subject: [PATCH] Fix construction button not working (#12033) --- .../Systems/Crafting/CraftingUIController.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Crafting/CraftingUIController.cs b/Content.Client/UserInterface/Systems/Crafting/CraftingUIController.cs index e38739c3a7..9471a8cb6b 100644 --- a/Content.Client/UserInterface/Systems/Crafting/CraftingUIController.cs +++ b/Content.Client/UserInterface/Systems/Crafting/CraftingUIController.cs @@ -1,8 +1,9 @@ -using Content.Client.Construction.UI; +using Content.Client.Construction.UI; using Content.Client.Gameplay; using Content.Client.UserInterface.Controls; using JetBrains.Annotations; using Robust.Client.UserInterface.Controllers; +using Robust.Client.UserInterface.Controls; using Robust.Shared.Utility; namespace Content.Client.UserInterface.Systems.Crafting; @@ -50,11 +51,16 @@ public sealed class CraftingUIController : UIController, IOnStateChanged