r3036 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 18 10:31:30 EST 2007


Author: div0
Date: 2007-12-18 10:31:29 -0500 (Tue, 18 Dec 2007)
New Revision: 3036

Modified:
   trunk/data/qcsrc/server/cl_weaponsystem.qc
Log:
tag_weapon again... wtf


Modified: trunk/data/qcsrc/server/cl_weaponsystem.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weaponsystem.qc	2007-12-18 15:27:35 UTC (rev 3035)
+++ trunk/data/qcsrc/server/cl_weaponsystem.qc	2007-12-18 15:31:29 UTC (rev 3036)
@@ -219,8 +219,7 @@
 		else
 			self.model = "";
 
-		//if((tag_found = gettagindex(self.owner, "tag_weapon")))
-		if((tag_found = gettagindex(self.owner, "tag_attachweaponhere"))) // can't use tag_weapon because Q3A uses it for some random place INSIDE the model
+		if((tag_found = gettagindex(self.owner, "tag_weapon")))
 		{
 			self.tag_index = tag_found;
 			self.tag_entity = self.owner;




More information about the nexuiz-commits mailing list