I'm an idiot and forgot to let you download files

This commit is contained in:
Latapostrophe 2019-09-09 22:26:09 +02:00
parent 61d7fc8b48
commit bee60709ec
1 changed files with 2 additions and 1 deletions

View File

@ -1902,7 +1902,8 @@ static boolean CL_FinishedFileList(void)
return false;
}
cl_mode = CL_DOWNLOADFILES;
if (CL_SendRequestFile())
cl_mode = CL_DOWNLOADFILES;
}
return true;
}