From be99826efa13edbff6f04ed6c1eb254d12316a71 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:08:25 +0200 Subject: added todo --- .../skyhanni/features/gui/customscoreboard/CustomScoreboardUtils.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at') diff --git a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboardUtils.kt b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboardUtils.kt index 25199518b..6c7f6fa82 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboardUtils.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboardUtils.kt @@ -33,6 +33,7 @@ object CustomScoreboardUtils { else -> "§e" } + // TODO change to a non extended function internal fun Number.formatNum(): String = when (displayConfig.numberFormat) { DisplayConfig.NumberFormat.SHORT -> this.shortFormat() DisplayConfig.NumberFormat.LONG -> this.addSeparators() -- cgit