Help stuff

This commit is contained in:
GregTCLTK 2020-01-29 16:13:43 +01:00
parent 65ad656adb
commit c75c7dbcbb
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -23,7 +23,11 @@ public class ServerStatsCommand implements Command {
@Override
public void executed(String[] args, CommandEvent e) {
if (args.length == 0) {
} else if (args.length == 1) {
} else e.getHelpCommand().sendHelp(this, e);
}
@Override