= Cleaning up edge cases
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user