Skip to content

Commit

Permalink
chat: fix unsigned encoding for changed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Dec 7, 2022
1 parent b1fa9dc commit 3ae3af4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public MinecraftPacket toServer() {
chat.signature = new byte[0];
chat.timestamp = timestamp;
chat.salt = 0L;
chat.lastSeenMessages = new LastSeenMessages();
return chat;
}
}
Expand Down

0 comments on commit 3ae3af4

Please sign in to comment.