Skip to content

Commit

Permalink
Revert "Added display of brand name under f3"
Browse files Browse the repository at this point in the history
This reverts commit 1d200dc.
  • Loading branch information
MiGoYAm committed Dec 11, 2021
1 parent 974e243 commit bcfbb2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/ru/nanit/limbo/protocol/registry/State.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ public enum State {
map(0x24, V1_16_2, V1_16_4),
map(0x26, V1_17, V1_18)
);
// to do
clientBound.register(PacketPluginMessage::new,
map(0x18, V1_18, V1_18)
);
clientBound.register(PacketPlayerAbilities::new,
map(0x39, V1_8, V1_8),
map(0x2B, V1_9, V1_12),
Expand Down

0 comments on commit bcfbb2a

Please sign in to comment.