engine: server: remove Master_Add call in ActivateServer, server will announce itself through heartbeat

This commit is contained in:
Alibek Omarov 2022-12-07 23:14:34 +03:00
parent 436a788ac8
commit 859f36afce
1 changed files with 0 additions and 3 deletions

View File

@ -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( );
}
}