From ff7f04b435f3b3d84241e4f74dbdfa1fe54e4f82 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 9 May 2005 18:40:50 +0000 Subject: [PATCH] changed blaze.mindphukd.org back to an ip address because the hostname isn't resolving but the ip works fine git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5257 d7cf8633-e32d-0410-b094-e92efae38249 --- netconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netconn.c b/netconn.c index 307ae43d..09aadd57 100755 --- a/netconn.c +++ b/netconn.c @@ -37,7 +37,7 @@ static cvar_t sv_masters [] = {CVAR_SAVE, "sv_master4", ""}, {0, "sv_masterextra1", "ghdigital.com"}, //69.59.212.88 {0, "sv_masterextra2", "dpmaster.deathmask.net"}, //209.164.24.243 - {0, "sv_masterextra3", "blaze.mindphukd.org"}, //12.166.196.192 + {0, "sv_masterextra3", "12.166.196.192"}, //blaze.mindphukd.org (doesn't resolve currently but works as an ip) {0, NULL, NULL} }; -- 2.39.2