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

@ -3796,6 +3796,8 @@ namespace MinecraftClient
{
UpdateKeepAlive();
Log.Debug(string.Format(Translations.protocol_chat_raw_message, message.content));
List<string> links = new();
string messageText;