[nexuiz-commits] r6405 - in branches/nexuiz-2.0: . data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 1 15:38:35 EDT 2009


Author: div0
Date: 2009-04-01 15:38:35 -0400 (Wed, 01 Apr 2009)
New Revision: 6405

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/menu/nexuiz/util.qc
Log:
r6404 | div0 | 2009-04-01 21:36:50 +0200 (Wed, 01 Apr 2009) | 2 lines
better hardcode update.alientrap.org's IP


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-04-01 19:36:50 UTC (rev 6404)
+++ branches/nexuiz-2.0/.patchsets	2009-04-01 19:38:35 UTC (rev 6405)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-6399
+revisions_applied = 1-6404

Modified: branches/nexuiz-2.0/data/qcsrc/menu/nexuiz/util.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/menu/nexuiz/util.qc	2009-04-01 19:36:50 UTC (rev 6404)
+++ branches/nexuiz-2.0/data/qcsrc/menu/nexuiz/util.qc	2009-04-01 19:38:35 UTC (rev 6405)
@@ -181,7 +181,7 @@
 void() Item_Nex_ExtResponseSystem_SendQuery =
 {
 	dprint("Sending extended response requests...\n");
-	localcmd(strcat("packet update.alientrap.org:27950 \"getExtResponse checkUpdates nexuiz ", cvar_string("g_nexuizversion"), "\"\n"));
+	localcmd(strcat("packet 64.22.107.122:27950 \"getExtResponse checkUpdates nexuiz ", cvar_string("g_nexuizversion"), "\"\n"));
 	_Nex_ExtResponseSystem_RequestsSent = TRUE;
 	_Nex_ExtResponseSystem_RetryTime_LastDelay = _Nex_ExtResponseSystem_RetryTime_LastDelay * 2 + 1;
 	_Nex_ExtResponseSystem_RetryTime = time + _Nex_ExtResponseSystem_RetryTime_LastDelay;



More information about the nexuiz-commits mailing list