Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
7azeemm authored Dec 21, 2024
1 parent 3a5af65 commit 7f0c1ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private static void render(WorldRenderContext context) {
if (isRiding) {
Entity boss = SlayerManager.getSlayerBoss();
if (boss != null) {
String timeText = String.format("%.2fsc", remainingTime);
String timeText = String.format("%.2fs", remainingTime);
Text renderText = Text.literal("Lazer: ").formatted(Formatting.WHITE)
.append(Text.literal(timeText).formatted(Formatting.GREEN).formatted(Formatting.BOLD));

Expand Down

0 comments on commit 7f0c1ee

Please sign in to comment.