From f69b6f81d0194979a2ffbee1f3c49acdffd92fcf Mon Sep 17 00:00:00 2001 From: Ashnal Date: Sun, 24 Aug 2025 15:59:55 -0400 Subject: [PATCH] Swap CL_ASKJOIN for CL_SENDKEY here as well --- 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 d6320040f..18165cf37 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -4820,7 +4820,7 @@ static void HandlePacketFromAwayNode(SINT8 node) //Special timeout for when refusing due to player cap. The client will wait 3 seconds between join requests when waiting for a slot, so we need this to be much longer //We set it back to the value of cv_nettimeout.value in CL_Reset connectiontimeout = NEWTICRATE*7; - cl_mode = CL_ASKJOIN; + cl_mode = CL_SENDKEY; free(reason); break; }