* 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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue