mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
inbox
This commit is contained in:
parent
d79d32dac1
commit
c25eccf4a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue