Files
fdgdfg/src
arkonsadter b3f24d9828
All checks were successful
continuous-integration/drone/push Build is passing
Switch to Entity.sendSystemMessage for chat output
displayClientMessage(Component, boolean) was removed from LocalPlayer
in 26.2. sendSystemMessage(Component) is inherited from Entity, has
been part of Mojang's public API since 1.19, and LocalPlayer overrides
it to route the message into the local chat hud, which is exactly the
behaviour we want.
2026-06-21 16:10:40 +06:00
..