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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 31 01:56:31 EDT 2009


Author: div0
Date: 2009-08-31 01:56:31 -0400 (Mon, 31 Aug 2009)
New Revision: 7565

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
turn off warmup in runematch too (warmup code SUCKS)


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2009-08-31 05:17:04 UTC (rev 7564)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2009-08-31 05:56:31 UTC (rev 7565)
@@ -1090,7 +1090,7 @@
     g_warmup_allguns = cvar("g_warmup_allguns");
     g_warmup_allow_timeout = cvar("g_warmup_allow_timeout");
 
-    if ((g_race && g_race_qualifying == 2) || g_arena || g_assault || cvar("g_campaign"))
+    if ((g_race && g_race_qualifying == 2) || g_runematch || g_arena || g_assault || cvar("g_campaign"))
         inWarmupStage = 0; // these modes cannot work together, sorry
 
     g_pickup_respawntime_weapon = cvar("g_pickup_respawntime_weapon");



More information about the nexuiz-commits mailing list