mirror of
https://github.com/CompeyDev/stinky-mod.git
synced 2024-12-12 12:50:39 +00:00
fix: add formatting to component
This commit is contained in:
parent
bb89768cf0
commit
6e3dbd1e16
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ public class PlayerListMixin {
|
|||
// for connection
|
||||
this.currentFormattingStyle = ChatFormatting.DARK_RED;
|
||||
|
||||
return component.copy();
|
||||
return component.copy().withStyle(currentChatFormattingStyle);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue