Skip to content

Commit

Permalink
don't use Text for the RTP LOGGER message
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Paul-R committed Mar 18, 2023
1 parent 0b8cda0 commit 0f214ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void run() {
EssentialCommands.LOGGER.info(
String.format(
"Total RTP Time: %s",
Text.literal(String.valueOf(totalTime))
totalTime
));
}
} catch (CommandSyntaxException e) {
Expand Down

0 comments on commit 0f214ca

Please sign in to comment.