File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/kotlin/com/github/subat0m1c/hatecheaters/pvgui/v2/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" } "
You can’t perform that action at this time.
0 commit comments