Skip to content

Commit 6aeda5c

Browse files
committed
aaaaaa
1 parent dcba88c commit 6aeda5c

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/github/subat0m1c/hatecheaters/pvgui/v2/pages

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/subat0m1c/hatecheaters/pvgui/v2/pages/Dungeons.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ object Dungeons: Pages.PVPage("Dungeons") {
9191
}
9292

9393
private fun HypixelData.DungeonTypeData.floorStats(floor: String): String =
94-
"${if (floor == "0") "Entrance" else "Floor $floor"}: §${ct.fontCode}${this.tierComps[floor]?.commas ?: "§cDNF"} " +
94+
"${if (floor == "0") "Entrance" else "Floor $floor"}: §${ct.fontCode}${this.tierComps[floor]?.toLong()?.commas ?: "§cDNF"} " +
9595
"§7| §${ct.fontCode}${this.fastestTimes[floor]?.let { secondsToMinutes(it * 0.001) } ?: "§cDNF"} " +
9696
"§7| §${ct.fontCode}${this.fastestTimeS[floor]?.let { secondsToMinutes(it * 0.001) } ?: "§cDNF"} " +
9797
"§7| §a${this.fastestTimeSPlus[floor]?.let { secondsToMinutes(it * 0.001) } ?: "§cDNF"}"

0 commit comments

Comments
 (0)