= color skeleton

This commit is contained in:
Matthew Cech
2019-06-17 22:02:04 -07:00
parent ede40ef9e3
commit 4eee13a359
9 changed files with 68 additions and 13 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);
}