mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
engine: server: remove Master_Add call in ActivateServer, server will announce itself through heartbeat
This commit is contained in:
@@ -628,9 +628,6 @@ void SV_ActivateServer( int runPhysics )
|
||||
|
||||
if( COM_CheckString( cycle ))
|
||||
Cbuf_AddText( va( "exec %s\n", cycle ));
|
||||
|
||||
if( public_server->value )
|
||||
Master_Add( );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user