changeset 3120:d0770c01236b draft

(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry
author Darkvater <Darkvater@openttd.org>
date Thu, 02 Mar 2006 02:03:21 +0000
parents bc448b6e3815
children 5cd3c15d4002
files console_cmds.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -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");