This commit is contained in:
boy0001 2014-11-21 17:14:36 +11:00
parent d79d32dac1
commit c25eccf4a0

View File

@ -38,7 +38,7 @@ import java.util.UUID;
public class Inbox extends SubCommand { public class Inbox extends SubCommand {
public Inbox() { public Inbox() {
super(Command.INBOX, "Review a the comments for a plot", "comment", CommandCategory.ACTIONS, true); super(Command.INBOX, "Review a the comments for a plot", "inbox", CommandCategory.ACTIONS, true);
} }
@Override @Override