* Displace the '\n's passed to SV_Shutdown

This commit is contained in:
Tim Angus 2006-02-28 23:01:23 +00:00
parent ef4dad1875
commit 4ec0c94828
4 changed files with 7 additions and 7 deletions

View file

@ -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