From b1112b489c65ca917434939d334009d4fc68b154 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Mon, 10 Aug 2020 22:16:01 -0400 Subject: [PATCH] i guess this function was renamed?? --- src/d_clisrv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 40a166c16..0d8086cbb 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -2136,7 +2136,7 @@ static boolean CL_FinishedFileList(void) return false; } - if (CL_SendRequestFile()) + if (CL_SendFileRequest()) cl_mode = CL_DOWNLOADFILES; } #ifdef HAVE_CURL @@ -2316,7 +2316,7 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic break; CONS_Printf("One or more files failed to download, falling back to internal downloader\n"); - if (CL_SendRequestFile()) + if (CL_SendFileRequest()) { cl_mode = CL_DOWNLOADFILES; break;