diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Inbox.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Inbox.java index 9252c4efb..0fb54aa7e 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Inbox.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Inbox.java @@ -38,7 +38,7 @@ import java.util.UUID; public class Inbox extends SubCommand { 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