mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Fixed #125
This commit is contained in:
parent
eb5fee8692
commit
0077d50fa7
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class SpeciesCommand {
|
|||
String name = "commands.race.tell.";
|
||||
name += isSelf ? "self" : "other";
|
||||
|
||||
player.sendMessage(Text.translatable(name)
|
||||
player.sendMessage(Text.translatable(name, player.getName())
|
||||
.append(Text.translatable(spec.getTranslationKey())
|
||||
.styled(s -> s.withColor(Formatting.GOLD))), false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue