mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Display refusal message if there is no HTTP source and internal downloads are disabled
This commit is contained in:
parent
09efbb3e8e
commit
6519da0d9f
1 changed files with 3 additions and 0 deletions
|
@ -2131,6 +2131,9 @@ static boolean CL_ServerConnectionTicker(boolean viams, const char *tmpsave, tic
|
|||
|
||||
if (curl_failedwebdownload && !curl_transfers)
|
||||
{
|
||||
if (!CL_FinishedFileList())
|
||||
break;
|
||||
|
||||
CONS_Printf("One or more files failed to download, falling back to internal downloader\n");
|
||||
if (CL_SendRequestFile())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue