Added debug category

This commit is contained in:
boy0001 2014-10-31 10:19:36 +11:00
parent 97b9198d77
commit 51f718dcac
5 changed files with 138 additions and 3 deletions

View file

@ -120,7 +120,8 @@ public abstract class SubCommand {
CLAIMING("Claiming"),
TELEPORT("Teleportation"),
ACTIONS("Actions"),
INFO("Information");
INFO("Information"),
DEBUG("Debug");
private String name;
CommandCategory(String name) {