mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-12-28 03:17:51 +01:00
Fixed BentoBox protection.
This commit is contained in:
parent
99807da9c4
commit
917e62b4d7
@ -59,6 +59,6 @@ public class BentoBoxProtection extends Protection {
|
||||
|
||||
@Override
|
||||
public boolean isEnabled() {
|
||||
return false;
|
||||
return islandsManager != null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user