From 17808a54ef236b3dbb543cc3b1845a9b8ac0d686 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Sun, 13 Aug 2023 16:56:25 -0700 Subject: [PATCH] Fix debug error when opening the ahelp ui before joining a game (#19069) --- Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs b/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs index 6097df20c5..a13629df00 100644 --- a/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs +++ b/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs @@ -46,7 +46,6 @@ public sealed class AHelpUIController: UIController, IOnStateChanged