Skip to content

Commit

Permalink
extend compatibility for brand name
Browse files Browse the repository at this point in the history
  • Loading branch information
MiGoYAm committed Dec 11, 2021
1 parent 0dda88d commit 016794c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 @@ -82,7 +82,9 @@ public enum State {
);
// to do
clientBound.register(PacketPluginMessage::new,
map(0x18, V1_18, V1_18)
map(0x19, V1_13, V1_13_2),
map(0x18, V1_14, V1_14_4),
map(0x19, V1_15, V1_18)
);
clientBound.register(PacketPlayerAbilities::new,
map(0x39, V1_8, V1_8),
Expand Down

0 comments on commit 016794c

Please sign in to comment.