Merge pull request #43 from GamerDuck123/master

Fixed ClientboundSetSubtitleTextPacket mapping
This commit is contained in:
LOOHP 2022-01-28 22:24:25 +00:00 committed by GitHub
commit 76901d85a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -46,9 +46,9 @@
"PacketPlayOutHeldItemChange": "0x48", "PacketPlayOutHeldItemChange": "0x48",
"PacketPlayOutPlayerListHeaderFooter": "0x5F", "PacketPlayOutPlayerListHeaderFooter": "0x5F",
"PacketPlayOutResourcePackSend": "0x3C", "PacketPlayOutResourcePackSend": "0x3C",
"ClientboundSetTitlesAnimationPacket": "0x5B", "ClientboundSetTitlesAnimationPacket": "0x5B",
"ClientboundSetTitleTextPacket": "0x5A", "ClientboundSetTitleTextPacket": "0x5A",
"ClientboundSetTitleTextPacket": "0x58", "ClientboundSetSubtitleTextPacket": "0x58",
"ClientboundClearTitlesPacket": "0x10" "ClientboundClearTitlesPacket": "0x10"
}, },
"StatusIn": { "StatusIn": {