fix: *cb
command output component root's style getting overwritten with white
This commit is contained in:
parent
9d6fc74a34
commit
5587565325
2 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
|||
2014
|
||||
2015
|
|
@ -134,7 +134,10 @@ public class CommandBlockCommand extends Command {
|
|||
)
|
||||
.clickEvent(ClickEvent.copyToClipboard(player.profile.getName()))
|
||||
.insertion(player.profile.getIdAsString()),
|
||||
output.color(NamedTextColor.WHITE)
|
||||
Component
|
||||
.empty()
|
||||
.append(output)
|
||||
.color(NamedTextColor.WHITE)
|
||||
)
|
||||
.color(NamedTextColor.DARK_GRAY);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue