mojira.dev

In 26.1 you can no longer report players if you have the chat enabled as the button “Chat Messages” is disabled with the tooltip “This player can’t be reported because chat is disabled or blocked”. The message suggests that my chat is disabled, but it is not, disabling the chat enables the button, the intended behavior is simply inverted.

Steps to Reproduce (you need 2 accounts)

  1. Start a server (online mode)

  2. Let both accounts join

  3. Write a message with one account

  4. Try to report the message with the other account (P)

  5. Observe that reporting is not possible until you disable your chat

Environment

Kubuntu 25.10, Linux, Wayland, Nvidia GTX 1080, Intel Core i7-14700KF

Attachments

Comments 2

boolean chatDisabledOrBlocked = minecraft.player.chatAbilities().canReceivePlayerMessages() || socialManager.isBlocked(id);

should be obvious whats wrong here 😅

MrKinau

(Unassigned)

Unconfirmed

(Unassigned)

26.1

Retrieved