Merge branch 'develop' into feature/format_refactor

This commit is contained in:
Matthew Cech
2019-06-18 01:05:22 -07:00
40 changed files with 978 additions and 113 deletions
-4
View File
@@ -26,10 +26,6 @@ public class CommandHelp extends Command
{
help = LocStrings.stub("HelpDisplay");
}
else
{
help = "`" + input.args + "`: " + help;
}
res.Call(help);
}