mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943
This commit is contained in:
@@ -554,7 +554,7 @@ public class Chunk {
|
||||
}
|
||||
|
||||
public boolean d(int i, int j, int k) {
|
||||
return j > this.heightMap[k << 4 | i];
|
||||
return j >= this.heightMap[k << 4 | i];
|
||||
}
|
||||
|
||||
public TileEntity e(int i, int j, int k) {
|
||||
|
Reference in New Issue
Block a user