tm-better-chat icon indicating copy to clipboard operation
tm-better-chat copied to clipboard

In json format, player name not displayed when player is not connected

Open AmazingBeu opened this issue 7 months ago • 0 comments

For TFH 24h, the chat are synchronized between multiple servers, so the player can receive chat messages from players that are connected on another servers.

For messages received in json format, the player name will not be displayed because better chat can't find the player, even if the nickname is given in the json. It's due of these code part:

https://github.com/codecat/tm-better-chat/blob/b9aa01400eef202bf60c0c0422a0ee1188486a0f/src/ChatLineInfo.as#L202-L211 https://github.com/codecat/tm-better-chat/blob/b9aa01400eef202bf60c0c0422a0ee1188486a0f/src/ChatLine.as#L181-L190

AmazingBeu avatar Nov 27 '23 08:11 AmazingBeu