Removed permission from BentoBox version command.

This commit is contained in:
tastybento 2018-08-13 20:05:16 -07:00
parent b54c7ad662
commit 9367f41e72

View File

@ -23,7 +23,7 @@ public class BentoBoxVersionCommand extends CompositeCommand {
@Override
public void setup() {
setPermission("bentobox.admin");
// Not used
}
@Override