r4938 - trunk/data/qcsrc/server/tturrets/system

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 29 15:19:14 EDT 2008


Author: tzork
Date: 2008-10-29 15:19:14 -0400 (Wed, 29 Oct 2008)
New Revision: 4938

Modified:
   trunk/data/qcsrc/server/tturrets/system/system_main.qc
Log:
turret_stdproc_use team changes the turret to its .target by default now.

Modified: trunk/data/qcsrc/server/tturrets/system/system_main.qc
===================================================================
--- trunk/data/qcsrc/server/tturrets/system/system_main.qc	2008-10-29 13:41:12 UTC (rev 4937)
+++ trunk/data/qcsrc/server/tturrets/system/system_main.qc	2008-10-29 19:19:14 UTC (rev 4938)
@@ -736,7 +736,8 @@
     // bprint("Used:",self.netname, " By ",other.netname,"\n");
 
     // ONS Uses _use to communicate.
-    if (g_onslaught)
+    //if (g_onslaught)
+    if (1) // if anyone ever figures out why i needed a active toggle here, fix this
     {
         entity e;
 




More information about the nexuiz-commits mailing list