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 ec1272dd14
commit e1e179d73b

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;
}