Page 1 of 1

[0.17.3] Added commands in scenario not getting help text printed

Posted: Thu Feb 28, 2019 10:56 pm
by project6
Control.lua contains only the following:

Code: Select all

commands.add_command('name', 'help', function() return end)
And `/help name` gives this as output (it was run twice in the image): Image

An attempt was also made to use a LocalisedString as the help text, with no change.
No notable log entries to convey.

Re: [0.17.3] Added commands in scenario not getting help text printed

Posted: Fri Mar 01, 2019 9:40 am
by Rseding91
Thanks for the report. It's now fixed for the next version of 0.17.