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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jul 12 15:35:49 EDT 2009


Author: div0
Date: 2009-07-12 15:35:49 -0400 (Sun, 12 Jul 2009)
New Revision: 7210

Modified:
   trunk/data/qcsrc/server/teamplay.qc
Log:
fix campaign + race, I think


Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2009-07-12 18:55:31 UTC (rev 7209)
+++ trunk/data/qcsrc/server/teamplay.qc	2009-07-12 19:35:49 UTC (rev 7210)
@@ -380,7 +380,7 @@
 	if(g_race)
 	{
 		// we need to find out the correct value for g_race_qualifying
-		if(cvar("g_race_qualifying_timelimit") > 0)
+		if(!g_campaign && cvar("g_race_qualifying_timelimit") > 0)
 		{
 			g_race_qualifying = 2;
 			race_fraglimit = cvar("fraglimit");



More information about the nexuiz-commits mailing list