r5146 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 1 06:57:45 EST 2008


Author: div0
Date: 2008-12-01 06:57:44 -0500 (Mon, 01 Dec 2008)
New Revision: 5146

Modified:
   trunk/data/qcsrc/server/w_uzi.qc
Log:
remove a line that did nothing


Modified: trunk/data/qcsrc/server/w_uzi.qc
===================================================================
--- trunk/data/qcsrc/server/w_uzi.qc	2008-11-30 21:33:50 UTC (rev 5145)
+++ trunk/data/qcsrc/server/w_uzi.qc	2008-12-01 11:57:44 UTC (rev 5146)
@@ -89,7 +89,6 @@
 			w_ready();
 			return;
 		}
-		ATTACK_FINISHED(self) = time + cvar("g_balance_uzi_refire");
 		self.uzi_bulletcounter = self.uzi_bulletcounter + 1;
 		W_Uzi_Attack(WEP_UZI);
 		weapon_thinkf(WFRAME_FIRE1, cvar("g_balance_uzi_sustained_refire"), uzi_fire1_02);




More information about the nexuiz-commits mailing list