Skip to content

Commit

Permalink
fix brandName's packet ids
Browse files Browse the repository at this point in the history
  • Loading branch information
MiGoYAm committed Dec 12, 2021
1 parent 7e46761 commit 6ed28c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/ru/nanit/limbo/protocol/registry/State.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ public enum State {
clientBound.register(PacketPluginMessage::new,
map(0x19, V1_13, V1_13_2),
map(0x18, V1_14, V1_14_4),
map(0x19, V1_15, V1_18)
map(0x19, V1_15,V1_15_2),
map(0x18, V1_16, V1_16_1),
map(0x17, V1_16_2, V1_16_4),
map(0x18, V1_17, V1_18)
);
clientBound.register(PacketPlayerAbilities::new,
map(0x39, V1_8, V1_8),
Expand Down

0 comments on commit 6ed28c1

Please sign in to comment.