Closed spelunkhead closed 1 year ago
Phew, for a second I thought this applies to all server messages! While not the case, this is still an important bug, so big thanks for the PR!
This stems from 1d35f87a996fb15537f7c48df2f305925f33bd06 where I forgot to handle the case where a message has a sender decoration but no click event /tell <sender>
command, which is exactly the case for /say
and /tell
commands from the server console (but not /tellraw
and any other server messages).
I'll probably rework the fix but let's get this in anyway. New versions hopefully very soon!
I noticed that system messages sent through the server console (e.g.
say hello
) were not showing up in my client. The error below appeared anytime one of these messages was sent. Adding a check for a nullname
fixed the error and allowed the messages to be shown again.