[nexuiz-commits] r7241 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jul 19 18:04:45 EDT 2009


Author: div0
Date: 2009-07-19 18:04:44 -0400 (Sun, 19 Jul 2009)
New Revision: 7241

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
race: fix stupid typo :P


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2009-07-19 19:24:50 UTC (rev 7240)
+++ trunk/data/qcsrc/server/g_world.qc	2009-07-19 22:04:44 UTC (rev 7241)
@@ -1915,7 +1915,7 @@
 
 				// at least 2 of the players have completed a lap: start the RACE
 				// otherwise, the players should end the qualifying on their own
-				if(readyplayers || playerswithlaps >= 1)
+				if(readyplayers || playerswithlaps >= 2)
 				{
 					checkrules_suddendeathend = 0;
 					ReadyRestart(); // go to race



More information about the nexuiz-commits mailing list