mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry
This commit is contained in:
parent
12948b995b
commit
5f220ff0e2
@ -1420,7 +1420,6 @@ void IConsoleStdLibRegister(void)
|
|||||||
IConsoleCmdHookAdd("unpause", ICONSOLE_HOOK_ACCESS, ConHookServerOnly);
|
IConsoleCmdHookAdd("unpause", ICONSOLE_HOOK_ACCESS, ConHookServerOnly);
|
||||||
|
|
||||||
IConsoleCmdRegister("patch", ConPatch);
|
IConsoleCmdRegister("patch", ConPatch);
|
||||||
IConsoleCmdHookAdd("patch", ICONSOLE_HOOK_ACCESS, ConHookServerOnly);
|
|
||||||
|
|
||||||
/*** Networking variables ***/
|
/*** 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");
|
IConsoleVarRegister("net_frame_freq", &_network_frame_freq, ICONSOLE_VAR_BYTE, "The amount of frames before a command will be (visibly) executed. Default value: 1");
|
||||||
|
Loading…
Reference in New Issue
Block a user