mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue