r3206 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 20 19:33:38 EST 2008


Author: avirox
Date: 2008-01-20 19:33:37 -0500 (Sun, 20 Jan 2008)
New Revision: 3206

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
 - Tweaked onslaught game mode detection for info_player_deathmatch

Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2008-01-21 00:17:20 UTC (rev 3205)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2008-01-21 00:33:37 UTC (rev 3206)
@@ -186,7 +186,7 @@
 		setsize(self, PL_MIN, PL_MAX);
 		droptofloor();
 	}
-	if (game == 10/*GAME_ONSLAUGHT*/)		// xavior: game modes should be defined in defs.. leaving this here temp
+	if (game == 10/*GAME_ONSLAUGHT*/ || cvar("g_onslaught"))		// xavior: game modes should be defined in defs.. leaving this here temp
 		self.use = onslaught_spawnpoint_use;
 }
 




More information about the nexuiz-commits mailing list