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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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