Go back to CL_SENDKEY instead of CL_ASKJOIN when join request looping

This commit is contained in:
Ashnal 2025-08-24 15:43:02 -04:00
parent 10fdba373d
commit 651bca3086

View file

@ -2150,7 +2150,7 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic
case CL_WAITJOINRESPONSE:
if (I_GetTime() >= *asksent)
{
cl_mode = CL_ASKJOIN;
cl_mode = CL_SENDKEY;
}
break;
case CL_SENDKEY: