From bee60709ec5081bd4ff2803ac306b494109f5cff Mon Sep 17 00:00:00 2001 From: Latapostrophe Date: Mon, 9 Sep 2019 22:26:09 +0200 Subject: [PATCH] I'm an idiot and forgot to let you download files --- src/d_clisrv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 56558932..ed49ce29 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -1902,7 +1902,8 @@ static boolean CL_FinishedFileList(void) return false; } - cl_mode = CL_DOWNLOADFILES; + if (CL_SendRequestFile()) + cl_mode = CL_DOWNLOADFILES; } return true; }