Velocity icon indicating copy to clipboard operation
Velocity copied to clipboard

Changing the message in PlayerChatEvent has no effect

Open File14 opened this issue 2 years ago • 0 comments

Changing the message in PlayerChatEvent does not actually change the final message. Noticed this when we merged your 1.19 commits since our Chat Filter system stopped working. Please check this code. Instead of event.getMessage() you shall use eventMsg.

File14 avatar Jun 19 '22 16:06 File14