Page 1 of 1

[0.16.25] Missing help string of toggle-rockets-sent-gui

Posted: Fri Feb 23, 2018 12:48 am
by Roy
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:

Code: Select all

/h toggle-rockets-sent-gui
Expected: a message telling what the command does
Actually:

Code: Select all

/toggle-rockets-sent-gui toggle-rockets-sent-command-help
The command is added at line 244 of silo-script.lua:

Code: Select all

commands.add_command("toggle-rockets-sent-gui", "toggle-rockets-sent-command-help", function()

Re: [0.16.25] Missing help string of toggle-rockets-sent-gui

Posted: Mon Feb 26, 2018 12:31 am
by Rseding91
Thanks for the report. It's now fixed for the next version of 0.16.