v1.0.1 #355
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue