[0.16.25] Missing help string of toggle-rockets-sent-gui
Posted: Fri Feb 23, 2018 12:48 am
The help string of the toggle-rockets-sent-gui command isn't set correctly. It's missing the curly braces, and possibly the actual message in the locale.
To reproduce: open the console, and type in:
Expected: a message telling what the command does
Actually:
The command is added at line 244 of silo-script.lua:
To reproduce: open the console, and type in:
Code: Select all
/h toggle-rockets-sent-gui
Actually:
Code: Select all
/toggle-rockets-sent-gui toggle-rockets-sent-command-help
Code: Select all
commands.add_command("toggle-rockets-sent-gui", "toggle-rockets-sent-command-help", function()