summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-03-02 02:03:21 +0000
committerDarkvater <Darkvater@openttd.org>2006-03-02 02:03:21 +0000
commit5f220ff0e26ec1fd1985b8b4e6a1609369aa7459 (patch)
tree51f4600373b482cc1e89db556a564c0999c777b6 /console_cmds.c
parent12948b995ba6c3af9673ce76a54f135153259253 (diff)
downloadopenttd-5f220ff0e26ec1fd1985b8b4e6a1609369aa7459.tar.xz
(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index 2d69e3f6d..d150b2264 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -1420,7 +1420,6 @@ void IConsoleStdLibRegister(void)
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");