Bump invsee required rank too

This commit is contained in:
Sam Sun 2016-05-26 11:23:29 -04:00 committed by cnr
parent 1bf8ccfc43
commit ef0dcdb0df

View File

@ -19,7 +19,7 @@ public class InvseeCommand extends CommandBase<InvseeManager>
{
public InvseeCommand(InvseeManager plugin)
{
super(plugin, Rank.ADMIN, "invsee");
super(plugin, Rank.CMOD, "invsee");
}
@Override