mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-22 02:25:55 +01:00
Update to new API
This commit is contained in:
parent
e45682cdb6
commit
fdf1b0a13b
@ -1429,8 +1429,8 @@ public class AISettings implements DataObject, WorldSettings {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isWaterNotSafe() {
|
||||
// Water is not safe in acid island
|
||||
public boolean isWaterUnsafe() {
|
||||
// Water is unsafe in acid island
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user