changed perms on write

This commit is contained in:
Mini-Chiss 2015-08-23 11:31:32 -07:00
parent 63107b0c26
commit 69ff514bf8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class WriteCommand extends CommandBase<ArcadeManager>
{
public WriteCommand(ArcadeManager plugin)
{
super(plugin, Rank.ADMIN, new Rank[] {Rank.JNR_DEV}, "write");
super(plugin, Rank.OWNER, new Rank[] {}, "write");
}
@Override