mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-26 11:49:25 +01:00
engine: server: remove Master_Add call in ActivateServer, server will announce itself through heartbeat
This commit is contained in:
parent
436a788ac8
commit
859f36afce
@ -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( );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user