Give cma access to freeze
This commit is contained in:
parent
cd8e805435
commit
1adb4b8239
@ -16,7 +16,7 @@ public class FreezeCommand extends CommandBase<ClansBanManager>
|
|||||||
{
|
{
|
||||||
public FreezeCommand(ClansBanManager plugin)
|
public FreezeCommand(ClansBanManager plugin)
|
||||||
{
|
{
|
||||||
super(plugin, Rank.CMOD, "freeze");
|
super(plugin, Rank.ADMIN, new Rank[] {Rank.CMOD, Rank.CMA}, "freeze");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user