r5959 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 24 15:28:41 EST 2009


Author: div0
Date: 2009-02-24 15:28:39 -0500 (Tue, 24 Feb 2009)
New Revision: 5959

Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
fix nixnex :(


Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc	2009-02-24 20:26:35 UTC (rev 5958)
+++ trunk/data/qcsrc/server/cl_weapons.qc	2009-02-24 20:28:39 UTC (rev 5959)
@@ -398,6 +398,7 @@
 	{
 		if(j == WEP_LASER && g_nixnex_with_laser)
 			continue;
+		e = get_weaponinfo(j);
 		if(!e.weapons) // skip dummies
 			continue;
 		RandomSelection_Add(world, j, 1, 0);




More information about the nexuiz-commits mailing list