Fixed ClientboundSetSubtitleTextPacket mapping

ClientboundSetTitleTextPacket was mapped twice, once under 0x5A (The correct mapping) and under 0x58 (ClientboundSetSubtitleTextPacket 's mapping)
This commit is contained in:
GamerDuck123 2022-01-28 17:20:46 -05:00 committed by GitHub
parent e8fc0aee0e
commit 99cd4b0dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
"PacketPlayOutResourcePackSend": "0x3C", "PacketPlayOutResourcePackSend": "0x3C",
"ClientboundSetTitlesAnimationPacket": "0x5B", "ClientboundSetTitlesAnimationPacket": "0x5B",
"ClientboundSetTitleTextPacket": "0x5A", "ClientboundSetTitleTextPacket": "0x5A",
"ClientboundSetTitleTextPacket": "0x58", "ClientboundSetSubtitleTextPacket": "0x58",
"ClientboundClearTitlesPacket": "0x10" "ClientboundClearTitlesPacket": "0x10"
}, },
"StatusIn": { "StatusIn": {