From 2e4aea934ddb16a550fe98ed382d0d60d6110628 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 12 Dec 2025 12:52:49 -0500 Subject: [PATCH] Revert "Hack to fix slow wipe when connecting" This reverts commit c44a988f8783e8eca9544b6d4eb15e346132c1e6. --- src/d_clisrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 77f68b39a..51803d714 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -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();