mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-06 12:14:15 +00: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 ))
|
if( COM_CheckString( cycle ))
|
||||||
Cbuf_AddText( va( "exec %s\n", cycle ));
|
Cbuf_AddText( va( "exec %s\n", cycle ));
|
||||||
|
|
||||||
if( public_server->value )
|
|
||||||
Master_Add( );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user