fuck you im white (no im not racist)
This commit is contained in:
parent
a6233804ec
commit
36a57479eb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class NetMessageCommand extends Command {
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
Component.text(" "),
|
Component.text(" "),
|
||||||
context.sender.displayName == null ? Component.text(context.sender.profile.getName()) : context.sender.displayName.color(NamedTextColor.GRAY),
|
context.sender.displayName == null ? Component.text(context.sender.profile.getName()).color(NamedTextColor.GRAY) : context.sender.displayName.color(NamedTextColor.GRAY),
|
||||||
Component.text(" "),
|
Component.text(" "),
|
||||||
Component.text(String.join(" ", args)).color(NamedTextColor.GRAY)
|
Component.text(String.join(" ", args)).color(NamedTextColor.GRAY)
|
||||||
).color(NamedTextColor.DARK_GRAY);
|
).color(NamedTextColor.DARK_GRAY);
|
||||||
|
|
Loading…
Reference in a new issue