mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 21:41:43 +00:00
Fixed ClientboundSetSubtitleTextPacket mapping
ClientboundSetTitleTextPacket was mapped twice, once under 0x5A (The correct mapping) and under 0x58 (ClientboundSetSubtitleTextPacket 's mapping)
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
"PacketPlayOutHeldItemChange": "0x48",
|
||||
"PacketPlayOutPlayerListHeaderFooter": "0x5F",
|
||||
"PacketPlayOutResourcePackSend": "0x3C",
|
||||
"ClientboundSetTitlesAnimationPacket": "0x5B",
|
||||
"ClientboundSetTitleTextPacket": "0x5A",
|
||||
"ClientboundSetTitleTextPacket": "0x58",
|
||||
"ClientboundSetTitlesAnimationPacket": "0x5B",
|
||||
"ClientboundSetTitleTextPacket": "0x5A",
|
||||
"ClientboundSetSubtitleTextPacket": "0x58",
|
||||
"ClientboundClearTitlesPacket": "0x10"
|
||||
},
|
||||
"StatusIn": {
|
||||
@@ -59,4 +59,4 @@
|
||||
"PacketStatusOutResponse": "0x00",
|
||||
"PacketStatusOutPong": "0x01"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user