mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
fix: decode modern chat type holders correctly
This commit is contained in:
parent
4a68205f02
commit
3ae1d746fa
7 changed files with 339 additions and 73 deletions
|
|
@ -3796,6 +3796,8 @@ namespace MinecraftClient
|
|||
{
|
||||
UpdateKeepAlive();
|
||||
|
||||
Log.Debug(string.Format(Translations.protocol_chat_raw_message, message.content));
|
||||
|
||||
List<string> links = new();
|
||||
string messageText;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue