[nexuiz-commits] r8496 - trunk/data/qcsrc/server/tturrets/system

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 11 12:42:56 EST 2010


Author: tzork
Date: 2010-01-11 12:42:56 -0500 (Mon, 11 Jan 2010)
New Revision: 8496

Modified:
   trunk/data/qcsrc/server/tturrets/system/system_main.qc
Log:
Ehh.. make last commit work.

Modified: trunk/data/qcsrc/server/tturrets/system/system_main.qc
===================================================================
--- trunk/data/qcsrc/server/tturrets/system/system_main.qc	2010-01-11 17:38:42 UTC (rev 8495)
+++ trunk/data/qcsrc/server/tturrets/system/system_main.qc	2010-01-11 17:42:56 UTC (rev 8496)
@@ -923,7 +923,7 @@
         setorigin(e,'0 0 0');
         setmodel(e,"models/turrets/plasma.md3");
         vector v;
-        v = gettaginfo(e,gettagindex(e,"tag_head"));
+        v = gettaginfo(e,gettagindex(e,"tag_fire"));
         if(v == '0 0 0')
         {
             objerror("^1ERROR: Engine is borken! Turrets will NOT work. force g_turrets to 0 to run maps with turrets anyway.");



More information about the nexuiz-commits mailing list