From: Rudolf Polzer Date: Sat, 4 Dec 2021 00:35:28 +0000 (+0100) Subject: DP master does not have sv_masterextra3 anymore, so let's use sv_master4 for a 3rd... X-Git-Tag: xonotic-v0.8.5~275 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=da464733d9832bd101ab2d323facbd84da24f4c4;p=xonotic%2Fxonotic-data.pk3dir.git DP master does not have sv_masterextra3 anymore, so let's use sv_master4 for a 3rd master. This keeps sv_master1 to sv_master3 usable for users. --- diff --git a/xonotic-common.cfg b/xonotic-common.cfg index 1d11e42b6..cefee2574 100644 --- a/xonotic-common.cfg +++ b/xonotic-common.cfg @@ -35,7 +35,8 @@ seta g_configversion 0 "Configuration file version (used to upgrade settings) 0: // This allows us to update the master server IPs without a release. set sv_masterextra1 "master1.xonotic.org:42863" set sv_masterextra2 "master2.xonotic.org:27950" -set sv_masterextra3 "master3.xonotic.org:27950" +set sv_masterextra3 "" // Got removed from DP, so we can't use this one for master3. +set sv_master4 "master3.xonotic.org:27950" exec xonotic-client.cfg exec xonotic-server.cfg