Skip to content

Commit

Permalink
fix: player messages were not viewable in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Dec 5, 2021
1 parent 7c651e2 commit 482b001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Component render(
) {
// TODO more sophisticated formatting?
final var who = sourceDisplayName.color(NamedTextColor.AQUA);
return lang_player_chat_format.format(who, message);
return lang_player_chat_format.str_component(who, message);
}
};
}
Expand Down

0 comments on commit 482b001

Please sign in to comment.