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