fuck you im white (no im not racist)

This commit is contained in:
Chayapak 2023-09-03 10:23:52 +07:00
parent a6233804ec
commit 36a57479eb

View file

@ -45,7 +45,7 @@ public class NetMessageCommand extends Command {
)
),
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(String.join(" ", args)).color(NamedTextColor.GRAY)
).color(NamedTextColor.DARK_GRAY);