From: havoc Date: Sat, 17 Dec 2005 02:04:53 +0000 (+0000) Subject: added tChr's master server, changed Venim's back to a hostname as it seems to resolve... X-Git-Tag: xonotic-v0.1.0preview~4427 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a870fca5afbced31fea12d36b290f824ff818ca8;p=xonotic%2Fdarkplaces.git added tChr's master server, changed Venim's back to a hostname as it seems to resolve now, and noted admin of each master server git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5858 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/netconn.c b/netconn.c index df02ca4c..9b7bf213 100755 --- a/netconn.c +++ b/netconn.c @@ -36,9 +36,10 @@ static cvar_t sv_masters [] = {CVAR_SAVE, "sv_master2", ""}, {CVAR_SAVE, "sv_master3", ""}, {CVAR_SAVE, "sv_master4", ""}, - {0, "sv_masterextra1", "ghdigital.com"}, //69.59.212.88 - {0, "sv_masterextra2", "dpmaster.deathmask.net"}, //64.253.41.49 - {0, "sv_masterextra3", "12.166.196.192"}, //blaze.mindphukd.org (doesn't resolve currently but works as an ip) + {0, "sv_masterextra1", "ghdigital.com"}, // admin: LordHavoc + {0, "sv_masterextra2", "dpmaster.deathmask.net"}, // admin: Willis + {0, "sv_masterextra3", "blaze.mindphukd.org"}, // admin: Venim + {0, "sv_masterextra4", "excalibur.nvg.ntnu.no"}, // admin: tChr {0, NULL, NULL} };