2
0
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:
Alibek Omarov 2022-12-07 23:14:34 +03:00
parent 436a788ac8
commit 859f36afce

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