Fix debug error when opening the ahelp ui before joining a game (#19069)

This commit is contained in:
DrSmugleaf
2023-08-13 16:56:25 -07:00
committed by GitHub
parent 305bec3c06
commit 17808a54ef

View File

@@ -46,7 +46,6 @@ public sealed class AHelpUIController: UIController, IOnStateChanged<GameplaySta
public void OnStateEntered(GameplayState state)
{
DebugTools.Assert(UIHelper == null);
_adminManager.AdminStatusUpdated += OnAdminStatusUpdated;
CommandBinds.Builder