forked from SteamWar/SteamWar
Add Flag.WATER_DESTROY to needed RegionData's
Fix ScoreboardElement showing stuff not applicable in region
This commit is contained in:
@@ -35,4 +35,8 @@ public enum RegionFlagPolicy {
|
||||
public boolean isApplicable() {
|
||||
return readable || writable;
|
||||
}
|
||||
|
||||
public boolean isNotApplicable() {
|
||||
return this == NOT_APPLICABLE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user