Add Flag.WATER_DESTROY to needed RegionData's

Fix ScoreboardElement showing stuff not applicable in region
This commit is contained in:
2026-05-20 11:44:12 +02:00
parent ed51106d4a
commit bbbf6e72f5
10 changed files with 13 additions and 2 deletions
@@ -35,4 +35,8 @@ public enum RegionFlagPolicy {
public boolean isApplicable() {
return readable || writable;
}
public boolean isNotApplicable() {
return this == NOT_APPLICABLE;
}
}