This commit is contained in:
creeper123123321 2019-11-24 18:43:10 -03:00 committed by GitHub
parent 1e8d04a07d
commit de97b5b15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ public class BukkitBlockConnectionProvider extends BlockConnectionProvider {
if (player != null) {
World world = player.getWorld();
int x = bx >> 4;
int z = bx >> 4;
int z = bz >> 4;
if (world.isChunkLoaded(x, z)) {
Chunk c = getChunk(world, x, z);
Block b = c.getBlock(bx, by, bz);