encoding moment
This commit is contained in:
parent
4edc486e4b
commit
968632e46c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class NetMsgCommand extends Command {
|
|||
final String input = getString(context, "message");
|
||||
|
||||
final Component message = Component.translatable(
|
||||
"[%s] %s › %s",
|
||||
"[%s] %s \u203a %s",
|
||||
Component.text(client.session().getHost() + ":" + client.session().getPort(), NamedTextColor.GRAY),
|
||||
Component.empty().color(NamedTextColor.DARK_GREEN).append(source.displayName()),
|
||||
Component.text(input, NamedTextColor.GRAY)
|
||||
|
|
Loading…
Reference in a new issue