mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-29 16:11:31 +00:00
* Displace the '\n's passed to SV_Shutdown
This commit is contained in:
parent
ef4dad1875
commit
4ec0c94828
4 changed files with 7 additions and 7 deletions
|
@ -646,7 +646,7 @@ void SV_FinalMessage( char *message ) {
|
|||
if (cl->state >= CS_CONNECTED) {
|
||||
// don't send a disconnect to a local client
|
||||
if ( cl->netchan.remoteAddress.type != NA_LOOPBACK ) {
|
||||
SV_SendServerCommand( cl, "print \"%s\"", message );
|
||||
SV_SendServerCommand( cl, "print \"%s\"\n", message );
|
||||
SV_SendServerCommand( cl, "disconnect" );
|
||||
}
|
||||
// force a snapshot to be sent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue