= Cleaning up edge cases

This commit is contained in:
Matthew Cech
2019-04-13 12:34:35 -07:00
parent 330e0c2e08
commit 0912034c2f
9 changed files with 30 additions and 10 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ public class CommandRPG extends Command
{
if(input.args == null || input.args.length() == 0)
{
res.Call(HelpText());
String output = HelpText();
System.out.println("Out: |" + output + "|");
res.Call(output);
return;
}