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

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


Author: div0
Date: 2009-07-12 15:58:15 -0400 (Sun, 12 Jul 2009)
New Revision: 7212

Modified:
   trunk/data/qcsrc/server/teamplay.qc
Log:
fix typo



Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2009-07-12 19:36:29 UTC (rev 7211)
+++ trunk/data/qcsrc/server/teamplay.qc	2009-07-12 19:58:15 UTC (rev 7212)
@@ -380,7 +380,7 @@
 	if(g_race)
 	{
 		// we need to find out the correct value for g_race_qualifying
-		if(!g_campaign && cvar("g_race_qualifying_timelimit") > 0)
+		if(!cvar("g_campaign") && cvar("g_race_qualifying_timelimit") > 0)
 		{
 			g_race_qualifying = 2;
 			race_fraglimit = cvar("fraglimit");



More information about the nexuiz-commits mailing list