1
0
Fork 0

Remove other master servers

This commit is contained in:
MGislv 2022-02-12 20:45:26 +00:00
parent 6b5151b550
commit 5efa187736
1 changed files with 0 additions and 4 deletions

View File

@ -3605,11 +3605,7 @@ void Com_Init( char *commandLine ) {
Cvar_CheckRange( com_journal, "0", "2", CV_INTEGER );
Com_StartupVariable( "sv_master1" );
Com_StartupVariable( "sv_master2" );
Com_StartupVariable( "sv_master3" );
Cvar_Get( "sv_master1", MASTER_SERVER_NAME, CVAR_INIT );
Cvar_Get( "sv_master2", "master.ioquake3.org", CVAR_INIT );
Cvar_Get( "sv_master3", "master.maverickservers.com", CVAR_INIT );
com_protocol = Cvar_Get( "protocol", "71-compat", 0 );
if ( Q_stristr( com_protocol->string, "-compat" ) > com_protocol->string ) {