mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-17 04:02:27 +01:00
Merge pull request #1947 from creeper123123321/patch-5
Explain chatrewriter changes
This commit is contained in:
commit
5051e7ea48
@ -63,7 +63,7 @@ public class ChatRewriter {
|
||||
|
||||
component = new TextComponent();
|
||||
component.setColor(format);
|
||||
// ViaVersion start
|
||||
// ViaVersion start - Items have style default to italic
|
||||
component.setBold(false);
|
||||
component.setItalic(false);
|
||||
component.setUnderlined(false);
|
||||
@ -73,7 +73,7 @@ public class ChatRewriter {
|
||||
} else {
|
||||
component = new TextComponent();
|
||||
component.setColor(format);
|
||||
// ViaVersion start
|
||||
// ViaVersion start- Items have style default to italic
|
||||
component.setBold(false);
|
||||
component.setItalic(false);
|
||||
component.setUnderlined(false);
|
||||
|
Loading…
Reference in New Issue
Block a user