From 82078c1421189a527df41550f18ea39462a65000 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Fri, 24 Apr 2026 02:11:15 -0400 Subject: [PATCH] file --- src/d_netfil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/d_netfil.c b/src/d_netfil.c index 356a8a01b..2304b178c 100644 --- a/src/d_netfil.c +++ b/src/d_netfil.c @@ -1481,7 +1481,6 @@ static void OpenNewFileForDownload(doomdata_t *netbuffer, fileneeded_t *file, co I_Error("FileSendTicker: No more memory\n"); } - void PT_FileFragment(SINT8 node, INT32 netconsole) { if (nodeingame[node]) @@ -1582,7 +1581,7 @@ void PT_FileFragment(SINT8 node, INT32 netconsole) { CL_AbortDownloadResume(); OpenNewFileForDownload(netbuffer, file, file->filename); - CONS_Printf("Downloading addon \"%s\" from the server...\n", filename); + CONS_Printf("Downloading file \"%s\" from the server...\n", filename); } lasttimeackpacketsent = I_GetTime();