mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 18:37:59 +01:00
Random.
This commit is contained in:
parent
c0b65bfdb0
commit
69e35fd114
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user