Fix debug error when opening the ahelp ui before joining a game (#19069)
This commit is contained in:
@@ -46,7 +46,6 @@ public sealed class AHelpUIController: UIController, IOnStateChanged<GameplaySta
|
|||||||
|
|
||||||
public void OnStateEntered(GameplayState state)
|
public void OnStateEntered(GameplayState state)
|
||||||
{
|
{
|
||||||
DebugTools.Assert(UIHelper == null);
|
|
||||||
_adminManager.AdminStatusUpdated += OnAdminStatusUpdated;
|
_adminManager.AdminStatusUpdated += OnAdminStatusUpdated;
|
||||||
|
|
||||||
CommandBinds.Builder
|
CommandBinds.Builder
|
||||||
|
|||||||
Reference in New Issue
Block a user