r2387 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 25 04:52:42 EDT 2007


Author: div0
Date: 2007-04-25 04:52:41 -0400 (Wed, 25 Apr 2007)
New Revision: 2387

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
redirection now only attempts twice


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2007-04-25 08:51:31 UTC (rev 2386)
+++ trunk/data/qcsrc/server/g_world.qc	2007-04-25 08:52:41 UTC (rev 2387)
@@ -1961,7 +1961,7 @@
 	if(!redirection_timeout)
 	{
 		cvar_set("sv_public", "-2");
-		redirection_timeout = time + 1.5;
+		redirection_timeout = time + 0.5; // this will only try twice... should be able to keep more clients
 		if(redirection_target == "self")
 			bprint("^3SERVER NOTICE:^7 restarting the server\n");
 		else




More information about the nexuiz-commits mailing list