Skip to content

Commit 53ba02a

Browse files
fix packet_chat_message checksum type in PC V1.21.8 (#1083)
* fix packet_chat_message checksum type in PC V1.21.8 * fix packet_chat_message checksum type in PC V1.21.8
1 parent a3b4415 commit 53ba02a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/pc/1.21.8/protocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9036,7 +9036,7 @@
90369036
},
90379037
{
90389038
"name": "checksum",
9039-
"type": "i8"
9039+
"type": "u8"
90409040
}
90419041
]
90429042
],

data/pc/latest/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@
30483048
"count": 3
30493049
}
30503050
]
3051-
checksum: i8
3051+
checksum: u8
30523052
# MC: ServerboundChatSessionUpdatePacket
30533053
packet_chat_session_update:
30543054
sessionUUID: UUID

0 commit comments

Comments
 (0)