mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-27 06:30:35 +08:00
Fix TitleTimes packet ID for Minecraft 1.19.3 (#899)
This commit is contained in:
parent
361f6335ac
commit
d3e5dc1354
@ -340,7 +340,7 @@ public enum StateRegistry {
|
||||
map(0x5A, MINECRAFT_1_17, true),
|
||||
map(0x5B, MINECRAFT_1_18, true),
|
||||
map(0x5E, MINECRAFT_1_19_1, true),
|
||||
map(0x5A, MINECRAFT_1_19_3, true));
|
||||
map(0x5C, MINECRAFT_1_19_3, true));
|
||||
clientbound.register(TitleClearPacket.class, TitleClearPacket::new,
|
||||
map(0x10, MINECRAFT_1_17, true),
|
||||
map(0x0D, MINECRAFT_1_19, true),
|
||||
|
Loading…
Reference in New Issue
Block a user