[0.17.3] Added commands in scenario not getting help text printed
Posted: Thu Feb 28, 2019 10:56 pm
Control.lua contains only the following:
And `/help name` gives this as output (it was run twice in the image):
An attempt was also made to use a LocalisedString as the help text, with no change.
No notable log entries to convey.
Code: Select all
commands.add_command('name', 'help', function() return end)
An attempt was also made to use a LocalisedString as the help text, with no change.
No notable log entries to convey.