r5803 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Feb 8 15:15:14 EST 2009


Author: div0
Date: 2009-02-08 15:15:13 -0500 (Sun, 08 Feb 2009)
New Revision: 5803

Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
properly hide the weapon after throwing the last one


Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc	2009-02-08 18:59:55 UTC (rev 5802)
+++ trunk/data/qcsrc/server/cl_weapons.qc	2009-02-08 20:15:13 UTC (rev 5803)
@@ -295,6 +295,7 @@
 	{
 		self.weapon = 0;
 		self.weaponentity.state = WS_CLEAR;
+		self.weaponname = "";
 		return;
 	}
 




More information about the nexuiz-commits mailing list