mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Add return false to the connect timeout
This commit is contained in:
parent
aa2b25e667
commit
247239c2bc
1 changed files with 1 additions and 0 deletions
|
@ -2407,6 +2407,7 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic
|
|||
"\n"
|
||||
"Press ESC\n"
|
||||
), NULL, MM_NOTHING);
|
||||
return false;
|
||||
}
|
||||
#ifdef JOININGAME
|
||||
// prepare structures to save the file
|
||||
|
|
Loading…
Reference in a new issue