From c25eccf4a0b65c1351d30ca2d586b14a419d95ab Mon Sep 17 00:00:00 2001 From: boy0001 Date: Fri, 21 Nov 2014 17:14:36 +1100 Subject: [PATCH] inbox --- .../main/java/com/intellectualcrafters/plot/commands/Inbox.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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