3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-08 11:10:06 +02:00
Dieser Commit ist enthalten in:
creeper123123321 2019-11-24 18:43:10 -03:00 committet von GitHub
Ursprung 1e8d04a07d
Commit de97b5b15f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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);