]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
updated sv_masterextra1 to point to the newer master server address
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Dec 2003 23:47:55 +0000 (23:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Dec 2003 23:47:55 +0000 (23:47 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3765 d7cf8633-e32d-0410-b094-e92efae38249

netconn.c

index 32e2f89a5c6aac24b026478b5a437a2b1da893f2..df9e8b6a3c8666147c0022e4a18bf3e88b7e31cc 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -34,7 +34,7 @@ static cvar_t sv_masters [] =
        {CVAR_SAVE, "sv_master2", ""},
        {CVAR_SAVE, "sv_master3", ""},
        {CVAR_SAVE, "sv_master4", ""},
-       {0, "sv_masterextra1", "198.88.152.4"},
+       {0, "sv_masterextra1", "69.59.212.88"},
        {0, NULL, NULL}
 };