Revert "Hack to fix slow wipe when connecting"

This reverts commit c44a988f87.
This commit is contained in:
NepDisk 2025-12-12 12:52:49 -05:00
parent c44a988f87
commit 2e4aea934d

View file

@ -2226,7 +2226,7 @@ static void CL_ConnectToServer(void)
DEBFILE(va("waiting %d nodes\n", doomcom->numnodes));
M_ClearMenus(true);
G_SetGamestate(GS_WAITINGPLAYERS);
wipegamestate = GS_NULL;
wipegamestate = GS_WAITINGPLAYERS;
ClearAdminPlayers();
Schedule_Clear();