r3224 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jan 22 15:45:16 EST 2008


Author: div0
Date: 2008-01-22 15:45:16 -0500 (Tue, 22 Jan 2008)
New Revision: 3224

Modified:
   trunk/data/qcsrc/server/mode_onslaught.qc
Log:
oops...


Modified: trunk/data/qcsrc/server/mode_onslaught.qc
===================================================================
--- trunk/data/qcsrc/server/mode_onslaught.qc	2008-01-22 20:41:53 UTC (rev 3223)
+++ trunk/data/qcsrc/server/mode_onslaught.qc	2008-01-22 20:45:16 UTC (rev 3224)
@@ -222,7 +222,7 @@
 		// if there's already an icon built, nothing happens
 		if(cp.team == t)
 			return -1;
-		if(onslaught_controlpoint_can_be_linked(cp, t))
+		//if(onslaught_controlpoint_can_be_linked(cp, t))
 			return 1;
 	}
 	else




More information about the nexuiz-commits mailing list