[nexuiz-commits] r6163 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 14 18:46:52 EDT 2009


Author: div0
Date: 2009-03-14 18:46:50 -0400 (Sat, 14 Mar 2009)
New Revision: 6163

Modified:
   trunk/data/qcsrc/server/g_hook.qc
Log:
fix hook origin


Modified: trunk/data/qcsrc/server/g_hook.qc
===================================================================
--- trunk/data/qcsrc/server/g_hook.qc	2009-03-14 22:26:21 UTC (rev 6162)
+++ trunk/data/qcsrc/server/g_hook.qc	2009-03-14 22:46:50 UTC (rev 6163)
@@ -471,7 +471,7 @@
 		hook_shotorigin = '8 -8 -12';
 	else
 	{
-		hook_shotorigin = '21 8 -8.5';
+		hook_shotorigin = '26.2148 9.2059 -15.9772';
 		if(cvar("g_shootfromcenter"))
 			hook_shotorigin_y = 0;
 		if(cvar("g_shootfromeye"))



More information about the nexuiz-commits mailing list