r4974 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 3 09:24:09 EST 2008


Author: esteel
Date: 2008-11-03 09:24:09 -0500 (Mon, 03 Nov 2008)
New Revision: 4974

Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
revert change 4969 for now as it breaks lastweap and laser secondary completly

Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc	2008-11-03 14:22:31 UTC (rev 4973)
+++ trunk/data/qcsrc/server/cl_weapons.qc	2008-11-03 14:24:09 UTC (rev 4974)
@@ -1,7 +1,7 @@
 // switch between weapons
 void W_SwitchWeapon(float imp)
 {
-	if (self.switchweapon != imp)
+	if (self.weapon != imp)
 	if (client_hasweapon(self, imp, TRUE, TRUE))
 		W_SwitchWeapon_Force(self, imp);
 };




More information about the nexuiz-commits mailing list