mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-04 08:26:13 +01:00
Fix accidental mapping change for PacketTitleLegacy
This commit is contained in:
@@ -185,7 +185,7 @@ public enum State {
|
||||
map(0x4B, V1_13, V1_13_2),
|
||||
map(0x4F, V1_14, V1_14_4),
|
||||
map(0x50, V1_15, V1_15_2),
|
||||
map(0x4F, V1_16, V1_19)
|
||||
map(0x4F, V1_16, V1_16_4)
|
||||
);
|
||||
clientBound.register(PacketTitleSetTitle::new,
|
||||
map(0x59, V1_17, V1_17_1),
|
||||
|
||||
Reference in New Issue
Block a user