r3222 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jan 22 10:26:58 EST 2008


Author: avirox
Date: 2008-01-22 10:26:57 -0500 (Tue, 22 Jan 2008)
New Revision: 3222

Modified:
   trunk/data/qcsrc/server/mode_onslaught.qc
Log:
 - Removed usetargets code from generator spawn func (should be called elsewhere though maybe?)

Modified: trunk/data/qcsrc/server/mode_onslaught.qc
===================================================================
--- trunk/data/qcsrc/server/mode_onslaught.qc	2008-01-22 14:29:25 UTC (rev 3221)
+++ trunk/data/qcsrc/server/mode_onslaught.qc	2008-01-22 15:26:57 UTC (rev 3222)
@@ -304,11 +304,6 @@
 	setorigin(e, self.origin);
 	e.colormap = self.colormap;
 	e.team = self.team;
-
-	// use our "target"s (spawn points linked to generator for Morphed..)
-	activator = self;
-	SUB_UseTargets();
-
 	self.think = onslaught_generator_delayed;
 	self.nextthink = time + 0.2;
 };




More information about the nexuiz-commits mailing list