Commit c537f10
committed
Fix SocialSpy local chat color bleeding from player display name
The display name converted via legacyToMini() produces open MiniMessage
formatting tags that bleed into the subsequent message text. Append
<reset> after the display name to close any inherited formatting.
Fixes #65041 parent 63e7c4d commit c537f10
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- EssentialsChat/src/main/java/com/earth2me/essentials/chat/processing
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments