1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19:09 +00:00

(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry

This commit is contained in:
Darkvater
2006-03-02 02:03:21 +00:00
parent a1f5056061
commit bf1bf1e1ec

View File

@@ -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");