r3744 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 30 04:30:47 EDT 2008


Author: div0
Date: 2008-06-30 04:30:29 -0400 (Mon, 30 Jun 2008)
New Revision: 3744

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


Modified: trunk/data/qcsrc/server/g_hook.qc
===================================================================
--- trunk/data/qcsrc/server/g_hook.qc	2008-06-30 06:55:02 UTC (rev 3743)
+++ trunk/data/qcsrc/server/g_hook.qc	2008-06-30 08:30:29 UTC (rev 3744)
@@ -292,6 +292,6 @@
 {
 	// this function has been modified for Nexuiz
 	// don't remove these lines! old server or demos coud overwrite the new aliases
-	stuffcmd(self, "alias +hook +BUTTON_HOOK\n");
-	stuffcmd(self, "alias -hook -BUTTON_HOOK\n");
+	stuffcmd(self, "alias +hook +button6\n");
+	stuffcmd(self, "alias -hook -button6\n");
 }




More information about the nexuiz-commits mailing list