Commit 5e95c87
authored
Fix nickname format codes bleeding into following text (#6564)
The single-arg legacyToMini() facet default flipped from false to true
during the Paper adventure migration (#6220), switching message
placeholder serialization from strict to non-strict. Non-strict output
leaves format tags open, so a formatted nickname/display name bleeds its
color and formatting into the rest of the message.
Restore the default to false and drop the now-redundant <reset>
workaround in SocialSpy local chat (#6507).
Fixes #6559
Fixes #65371 parent c28c654 commit 5e95c87
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- EssentialsChat/src/main/java/com/earth2me/essentials/chat/processing
- Essentials/src/main/java/com/earth2me/essentials/adventure
- providers/PaperProvider/src/main/java/com/earth2me/essentials/adventure
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
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 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments