r4975 - trunk/data/qcsrc/server

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


Author: esteel
Date: 2008-11-03 09:27:38 -0500 (Mon, 03 Nov 2008)
New Revision: 4975

Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
small misunderstanding, re-revert :P

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




More information about the nexuiz-commits mailing list