diff --git a/NCPCompat/src/main/java/fr/neatmonster/nocheatplus/utilities/BlockProperties.java b/NCPCompat/src/main/java/fr/neatmonster/nocheatplus/utilities/BlockProperties.java index 5fadb8ea..db10d02d 100644 --- a/NCPCompat/src/main/java/fr/neatmonster/nocheatplus/utilities/BlockProperties.java +++ b/NCPCompat/src/main/java/fr/neatmonster/nocheatplus/utilities/BlockProperties.java @@ -878,7 +878,7 @@ public class BlockProperties { else{ level = 1.0 - 0.125 * (1.0 + data8); } - inWater = y - by < level; + inWater = y - by < level; // <= ? ... } blockCache.cleanup(); pLoc.cleanup();