r4818 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 22 12:32:50 EDT 2008


Author: div0
Date: 2008-10-22 12:32:49 -0400 (Wed, 22 Oct 2008)
New Revision: 4818

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
stupid typo


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2008-10-22 14:22:57 UTC (rev 4817)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2008-10-22 16:32:49 UTC (rev 4818)
@@ -843,8 +843,8 @@
 
 	if(g_grappling_hook) // offhand hook
 	{
-		start_weapons (-) WEP_HOOK;
-		warmup_start_weapons (-) WEP_HOOK;
+		start_weapons (-) WEPBIT_HOOK;
+		warmup_start_weapons (-) WEPBIT_HOOK;
 	}
 }
 




More information about the nexuiz-commits mailing list