rename biome packet

This commit is contained in:
Sen 2025-05-24 18:49:50 +02:00
parent ffca1f62e5
commit 1eefb197f0
5 changed files with 11 additions and 11 deletions

View file

@ -95,7 +95,7 @@ import common.packet.S39PacketPlayerAbilities;
import common.packet.S3APacketTabComplete;
import common.packet.S43PacketUpdateEntityNBT;
import common.packet.SPacketAnimation;
import common.packet.SPacketBiomes;
import common.packet.SPacketBiome;
import common.packet.SPacketBlockAction;
import common.packet.SPacketBlockBreakAnim;
import common.packet.SPacketBlockChange;
@ -776,7 +776,7 @@ public class ClientPlayer extends NetHandler implements IClientPlayer
}
}
public void handleBiomes(SPacketBiomes packetIn)
public void handleBiomes(SPacketBiome packetIn)
{
NetHandler.checkThread(packetIn, this, this.gameController, this.clientWorldController);
ChunkClient chunk = this.clientWorldController.getChunk(packetIn.getChunkX(), packetIn.getChunkZ());