]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed blaze.mindphukd.org back to an ip address because the hostname isn't resolvin...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 May 2005 18:40:50 +0000 (18:40 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 May 2005 18:40:50 +0000 (18:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5257 d7cf8633-e32d-0410-b094-e92efae38249

netconn.c

index 307ae43d861f4c26ec4962df857d22c4d8a3e86b..09aadd57201bcf2920184ab57f5b25f4586ec3f8 100755 (executable)
--- 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}
 };