(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry
authorDarkvater
Thu, 02 Mar 2006 02:03:21 +0000
changeset 3120 1b41287d4ee9
parent 3119 08471cfc4ef8
child 3121 2e50f731567a
(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry
console_cmds.c
--- a/console_cmds.c	Thu Mar 02 01:56:25 2006 +0000
+++ b/console_cmds.c	Thu Mar 02 02:03:21 2006 +0000
@@ -1420,7 +1420,6 @@
 	IConsoleCmdHookAdd("unpause",          ICONSOLE_HOOK_ACCESS, ConHookServerOnly);
 
 	IConsoleCmdRegister("patch",           ConPatch);
-	IConsoleCmdHookAdd("patch",            ICONSOLE_HOOK_ACCESS, ConHookServerOnly);
 
 	/*** Networking variables ***/
 	IConsoleVarRegister("net_frame_freq",        &_network_frame_freq, ICONSOLE_VAR_BYTE, "The amount of frames before a command will be (visibly) executed. Default value: 1");