mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Merge branch 'instant-askjoin' into 'master'
Fix servers having a long delay before starting See merge request KartKrew/Kart-Public!236
This commit is contained in:
commit
7aeec3a95b
1 changed files with 3 additions and 0 deletions
|
|
@ -2263,7 +2263,10 @@ static boolean CL_ServerConnectionSearchTicker(tic_t *asksent)
|
||||||
cl_mode = CL_CHECKFILES;
|
cl_mode = CL_CHECKFILES;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
cl_mode = CL_ASKJOIN; // files need not be checked for the server.
|
cl_mode = CL_ASKJOIN; // files need not be checked for the server.
|
||||||
|
*asksent = 0;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue