Fix command permissions.

This commit is contained in:
Keir 2016-01-09 23:12:08 +00:00
parent 7db3f3469f
commit bd865c7e64
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ public class ReportCloseCommand extends CommandBase<ReportPlugin>
public ReportCloseCommand(ReportPlugin plugin) public ReportCloseCommand(ReportPlugin plugin)
{ {
super(plugin, Rank.ADMIN, "reportclose", "rc"); super(plugin, Rank.MODERATOR, "reportclose", "rc");
} }
@Override @Override

View File

@ -15,7 +15,7 @@ public class ReportHandleCommand extends CommandBase<ReportPlugin>
public ReportHandleCommand(ReportPlugin plugin) public ReportHandleCommand(ReportPlugin plugin)
{ {
super(plugin, Rank.ADMIN, "reporthandle", "rh"); super(plugin, Rank.MODERATOR, "reporthandle", "rh");
} }
@Override @Override