From 8abf1b158a01589db8bc74a7d1ecd501ae3845a0 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 29 Dec 2003 23:47:55 +0000 Subject: [PATCH] updated sv_masterextra1 to point to the newer master server address git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3765 d7cf8633-e32d-0410-b094-e92efae38249 --- netconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netconn.c b/netconn.c index 32e2f89a..df9e8b6a 100755 --- 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} }; -- 2.39.2