ishh also wanted this :P (let me know if I should remove it)

This commit is contained in:
fooify 2015-06-30 13:37:46 -07:00
parent c824a39058
commit b9b9c5f801

View File

@ -13,7 +13,7 @@ public class GiveStatCommand extends CommandBase<StatsManager>
{
public GiveStatCommand(StatsManager plugin)
{
super(plugin, Rank.OWNER, "givestat");
super(plugin, Rank.ADMIN, "givestat");
}
@Override