Minecraft 1.21.5

This commit is contained in:
LOOHP
2025-04-15 23:15:08 +01:00
parent 0b6013629a
commit 13a89914d5
106 changed files with 114896 additions and 113538 deletions
@@ -121,7 +121,7 @@ public class PlayerInteractManager {
for (Entry<ChunkPosition, Chunk> entry : currentViewing.entrySet()) {
ChunkPosition chunkPos = entry.getKey();
if (!chunksInRange.containsKey(chunkPos)) {
PacketPlayOutUnloadChunk packet = new PacketPlayOutUnloadChunk(chunkPos.getChunkX(), chunkPos.getChunkZ());
PacketPlayOutUnloadChunk packet = new PacketPlayOutUnloadChunk(chunkPos);
player.clientConnection.sendPacket(packet);
}
}