fix: decode modern chat type holders correctly

This commit is contained in:
Anon 2026-07-27 21:58:01 +02:00
parent 4a68205f02
commit 3ae1d746fa
7 changed files with 339 additions and 73 deletions

View file

@ -35,6 +35,8 @@ namespace MinecraftClient.Protocol.Message
public bool? isSignatureLegal;
internal ChatParser.ChatTypeDecoration? chatTypeDecoration;
public ChatMessage(string content, bool isJson, int chatType, Guid senderUUID, string? unsignedContent, string displayName, string? teamName, long timestamp, byte[]? signature, bool isSignatureLegal)
{
isSignedChat = true;