Fix tiny mistake with the last commit

This commit is contained in:
James R 2020-08-19 17:55:01 -07:00
parent 1cd7c3b747
commit 65968f00d3

View file

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