Swap CL_ASKJOIN for CL_SENDKEY here as well

This commit is contained in:
Ashnal 2025-08-24 15:59:55 -04:00
parent 651bca3086
commit f69b6f81d0

View file

@ -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;
}