Files
fdgdfg/src/client
arkonsadter 0e6377fce1
Some checks failed
continuous-integration/drone/push Build is failing
Route chat output through LocalPlayer.displayClientMessage
Gui.chat is private in 26.2 and Gui.getChat() is gone, so the previous
direct-field access does not compile. Player.displayClientMessage is a
public, stable API for client-side chat output, so push everything
through it. When the player is null (e.g. on the title screen before
join, where the auto-connect "Connected to ..." line lands), fall back
to the logger so the message is not silently dropped.
2026-06-21 16:07:19 +06:00
..