mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
fix typo
This commit is contained in:
parent
1e8d04a07d
commit
de97b5b15f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user