mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
Fix sending pk3 download error messages to clients
Disabled in e52a492f61
.
This commit is contained in:
parent
90eb32c5ab
commit
718d0a0d11
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue