* 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

@ -1053,7 +1053,7 @@ void CL_Connect_f( void ) {
if ( com_sv_running->integer && !strcmp( server, "localhost" ) ) {
// if running a local server, kill it
SV_Shutdown( "Server quit\n" );
SV_Shutdown( "Server quit" );
}
// make sure a local server is killed