mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-14 03:21:24 +01:00
Random.
This commit is contained in:
parent
c0b65bfdb0
commit
69e35fd114
@ -878,7 +878,7 @@ public class BlockProperties {
|
|||||||
else{
|
else{
|
||||||
level = 1.0 - 0.125 * (1.0 + data8);
|
level = 1.0 - 0.125 * (1.0 + data8);
|
||||||
}
|
}
|
||||||
inWater = y - by < level;
|
inWater = y - by < level; // <= ? ...
|
||||||
}
|
}
|
||||||
blockCache.cleanup();
|
blockCache.cleanup();
|
||||||
pLoc.cleanup();
|
pLoc.cleanup();
|
||||||
|
Loading…
Reference in New Issue
Block a user