Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <[email protected]>
  • Loading branch information
j10a1n15 committed Jun 11, 2024
1 parent a2db28c commit f463f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ enum class ChunkedStats(
configLine = "§cHeat",
),
COLD(
displayPair = { "§b${getCold()} " },
displayPair = { "§b${getCold()}" },
showWhen = { !(hideEmptyLines && getCold() == 0) && ScoreboardElement.COLD.showWhen() },
configLine = "§bCold",
),
Expand Down

0 comments on commit f463f3b

Please sign in to comment.