r4969 - trunk/data/qcsrc/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Nov 2 14:14:18 EST 2008
Author: div0
Date: 2008-11-02 14:14:18 -0500 (Sun, 02 Nov 2008)
New Revision: 4969
Modified:
trunk/data/qcsrc/server/cl_weapons.qc
Log:
hopefully fix weaplast
Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc 2008-11-02 19:12:53 UTC (rev 4968)
+++ trunk/data/qcsrc/server/cl_weapons.qc 2008-11-02 19:14:18 UTC (rev 4969)
@@ -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