Fix command permissions.
This commit is contained in:
parent
7db3f3469f
commit
bd865c7e64
@ -16,7 +16,7 @@ public class ReportCloseCommand extends CommandBase<ReportPlugin>
|
||||
|
||||
public ReportCloseCommand(ReportPlugin plugin)
|
||||
{
|
||||
super(plugin, Rank.ADMIN, "reportclose", "rc");
|
||||
super(plugin, Rank.MODERATOR, "reportclose", "rc");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -15,7 +15,7 @@ public class ReportHandleCommand extends CommandBase<ReportPlugin>
|
||||
|
||||
public ReportHandleCommand(ReportPlugin plugin)
|
||||
{
|
||||
super(plugin, Rank.ADMIN, "reporthandle", "rh");
|
||||
super(plugin, Rank.MODERATOR, "reporthandle", "rh");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user