From: divverent Date: Thu, 23 Feb 2012 10:35:46 +0000 (+0000) Subject: I moved the IPv6 master server to another server. Sorry for that. X-Git-Tag: xonotic-v0.8.0~96^2~302 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=d186655a879d7ad1baf2f3647021b359cbe68920 I moved the IPv6 master server to another server. Sorry for that. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11722 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/netconn.c b/netconn.c index 08d7fe40..28e4ef68 100755 --- a/netconn.c +++ b/netconn.c @@ -48,7 +48,7 @@ static cvar_t sv_masters [] = {0, "sv_masterextra2", "64.22.107.125", "dpmaster.deathmask.net - default master server 2 (admin: Willis)"}, // admin: Willis {0, "sv_masterextra3", "92.62.40.73", "dpmaster.tchr.no - default master server 3 (admin: tChr)"}, // admin: tChr #ifdef SUPPORTIPV6 - {0, "sv_masterextra4", "[2001:41d0:2:1628::4450]:27950", "dpmaster.div0.qc.to - default master server 4 (admin: divVerent)"}, // admin: divVerent + {0, "sv_masterextra4", "[2a03:4000:1::2e26:f351:3]:27950", "dpmaster.sudo.rm-f.org - default master server 4 (admin: divVerent)"}, // admin: divVerent #endif {0, NULL, NULL, NULL} };