mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-10 13:16:26 +00:00
Go back to CL_SENDKEY instead of CL_ASKJOIN when join request looping
This commit is contained in:
parent
10fdba373d
commit
651bca3086
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue