Skip to content
Snippets Groups Projects
Commit 73d582ba authored by Sal's avatar Sal
Browse files

Merge branch 'instant-askjoin' into 'master'

Fix servers having a long delay before starting

See merge request KartKrew/Kart-Public!236
parents 4f9fcb8e 88c98970
No related branches found
No related tags found
No related merge requests found
......@@ -2263,7 +2263,10 @@ static boolean CL_ServerConnectionSearchTicker(tic_t *asksent)
cl_mode = CL_CHECKFILES;
}
else
{
cl_mode = CL_ASKJOIN; // files need not be checked for the server.
*asksent = 0;
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment