From e11f295b299979f8a5b7f5ca9af1f8f3a7419ecc Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 21 Feb 2017 20:48:28 +0000 Subject: [PATCH] Change console command to unblock heliports to be unlisted. --- src/console_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index bf7409ced0..cf3108e29f 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -2102,5 +2102,5 @@ void IConsoleStdLibRegister() IConsoleCmdRegister("reload_newgrfs", ConNewGRFReload, ConHookNewGRFDeveloperTool); /* Bug workarounds */ - IConsoleCmdRegister("jgrpp_bug_workaround_unblock_heliports", ConResetBlockedHeliports, ConHookNoNetwork); + IConsoleCmdRegister("jgrpp_bug_workaround_unblock_heliports", ConResetBlockedHeliports, ConHookNoNetwork, true); }