diff --git a/code/server/sv_client.c b/code/server/sv_client.c index 2dcff87e..4b1895e5 100644 --- a/code/server/sv_client.c +++ b/code/server/sv_client.c @@ -1043,7 +1043,7 @@ int SV_WriteDownloadToClient(client_t *cl, msg_t *msg) if(cl->download) FS_FCloseFile(cl->download); - return 0; + return 1; } Com_Printf( "clientDownload: %d : beginning \"%s\"\n", (int) (cl - svs.clients), cl->downloadName );