* 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

@ -771,7 +771,7 @@ void SV_Frame( int msec ) {
// the menu kills the server with this cvar
if ( sv_killserver->integer ) {
SV_Shutdown ("Server was killed.\n");
SV_Shutdown ("Server was killed");
Cvar_Set( "sv_killserver", "0" );
return;
}