mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
Fix tiny mistake with the last commit
This commit is contained in:
parent
1cd7c3b747
commit
65968f00d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue