Fixed BentoBox protection.

This commit is contained in:
Fernando Pettinelli 2021-02-04 21:37:13 -03:00 committed by Brianna
parent 99807da9c4
commit 917e62b4d7

View File

@ -59,6 +59,6 @@ public class BentoBoxProtection extends Protection {
@Override
public boolean isEnabled() {
return false;
return islandsManager != null;
}
}