Skip to content

Commit

Permalink
Fixed chunk rewriting in 1.4.7 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 20, 2023
1 parent 8828e45 commit 2cbb030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void register() {
this.registerClientbound(ClientboundPackets1_4_4.MAP_BULK_CHUNK, new PacketHandlers() {
@Override
public void register() {
map(Types1_7_6.CHUNK_BULK, Types1_4_4.CHUNK_BULK);
map(Types1_4_4.CHUNK_BULK, Types1_7_6.CHUNK_BULK);
}
});

Expand Down

0 comments on commit 2cbb030

Please sign in to comment.