Heads aren't showed when seeing encryped messages with Chat Heads
IlyaYezelovsky opened this issue ยท 2 comments
Modloader
Fabric
Minecraft Version
1.21
Modloader Version
Fabric Loader 0.15.11 / API 0.100.4
No Chat Reports Version
1.21-v2.8.0
Modpack Info
No response
The latest.log File
No response
Bug Description
Heads are not showed if the message is encrypted with Chat Heads mod.
Maybe it is a bug of Chat Heads, so I also reported it to Chat Heads.
Steps to Reproduce
No response
Other Information
No response
Just a heads up: We're going to fix this on Chat Heads' end.
It's an issue of how Chat Heads sets a message's owner. Currently it just sets the owner on the first GuiMessage
constructor call.
Decrypted messages call the constructor again and thus do not get an owner.
There's tons of way to fix this on our end, it's just a question of which way to choose.
Issue link: dzwdz/chat_heads#99