add a missing '\n', remove some unwanted ones
From /dev/humancontroller.
This commit is contained in:
parent
c3ca5c1caa
commit
a4c61d874d
7 changed files with 8 additions and 8 deletions
|
@ -999,7 +999,7 @@ int SV_WriteDownloadToClient(client_t *cl, msg_t *msg)
|
|||
else if ( !(sv_allowDownload->integer & DLF_ENABLE) ||
|
||||
(sv_allowDownload->integer & DLF_NO_UDP) ) {
|
||||
|
||||
Com_Printf("clientDownload: %d : \"%s\" download disabled", (int) (cl - svs.clients), cl->downloadName);
|
||||
Com_Printf("clientDownload: %d : \"%s\" download disabled\n", (int) (cl - svs.clients), cl->downloadName);
|
||||
if (sv_pure->integer) {
|
||||
Com_sprintf(errorMessage, sizeof(errorMessage), "Could not download \"%s\" because autodownloading is disabled on the server.\n\n"
|
||||
"You will need to get this file elsewhere before you "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue