Update packetIDs to 1.16

This commit is contained in:
genanik
2020-07-01 09:48:26 +08:00
parent b602b7b3e0
commit 32a6898b12
2 changed files with 29 additions and 28 deletions

View File

@ -274,8 +274,9 @@ func handleSetSlotPacket(c *Client, p pk.Packet) error {
func handleChatMessagePacket(c *Client, p pk.Packet) (err error) {
var (
s chat.Message
pos pk.Byte
s chat.Message
pos pk.Byte
sender pk.UUID
)
err = p.Scan(&s, &pos)