Change console command to unblock heliports to be unlisted.

This commit is contained in:
Jonathan G Rennison
2017-02-21 20:48:28 +00:00
parent 2fbeb29277
commit e11f295b29

View File

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