Skip to content

Commit

Permalink
Update Protocolr1_7_2_5tor1_6_4.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfit8TSB authored Jan 1, 2025
1 parent 78333d6 commit 3d759bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public void register() {
final Chunk chunk = wrapper.passthrough(Types1_7_6.getChunk(wrapper.user().getClientWorld(Protocolr1_7_2_5tor1_6_4.class).getEnvironment()));
wrapper.user().get(ChunkTracker.class).trackAndRemap(chunk);
});
this.registerClientbound(ClientboundPackets1_6_4.CHUNK_BLOCKS_UPDATE, new PacketHandlers() {
this.registerClientbound(ClientboundPackets1_7_2.CHUNK_BLOCKS_UPDATE, new PacketHandlers() {
@Override
public void register() {
map(Types.INT); // chunkX
Expand Down

0 comments on commit 3d759bd

Please sign in to comment.