mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 12:50:44 +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
73d582ba85
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…
Reference in a new issue