mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Fallback you doofus!
This commit is contained in:
parent
f35bdf3bb7
commit
9640cb1635
1 changed files with 5 additions and 2 deletions
|
|
@ -2132,8 +2132,11 @@ static boolean CL_ServerConnectionTicker(boolean viams, const char *tmpsave, tic
|
||||||
if (curl_failedwebdownload && !curl_transfers)
|
if (curl_failedwebdownload && !curl_transfers)
|
||||||
{
|
{
|
||||||
CONS_Printf("One or more files failed to download, falling back to internal downloader\n");
|
CONS_Printf("One or more files failed to download, falling back to internal downloader\n");
|
||||||
cl_mode = CL_ASKDOWNLOADFILES;
|
if (CL_SendRequestFile())
|
||||||
break;
|
{
|
||||||
|
cl_mode = CL_DOWNLOADFILES;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!curl_transfers)
|
if (!curl_transfers)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue