console_cmds.c
changeset 3120 1b41287d4ee9
parent 3013 8b69ed6023cb
child 3123 a82dd124b3f2
--- 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");