Fix sending pk3 download error messages to clients

Disabled in e52a492f61.
This commit is contained in:
Zack Middleton 2014-02-09 20:21:57 -06:00
parent 90eb32c5ab
commit 718d0a0d11

View file

@ -1043,7 +1043,7 @@ int SV_WriteDownloadToClient(client_t *cl, msg_t *msg)
if(cl->download) if(cl->download)
FS_FCloseFile(cl->download); FS_FCloseFile(cl->download);
return 0; return 1;
} }
Com_Printf( "clientDownload: %d : beginning \"%s\"\n", (int) (cl - svs.clients), cl->downloadName ); Com_Printf( "clientDownload: %d : beginning \"%s\"\n", (int) (cl - svs.clients), cl->downloadName );