diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/Formatting.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/Formatting.kt index f5bec4d00..e5ad9dffa 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/Formatting.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/Formatting.kt @@ -374,7 +374,7 @@ private fun formatHistoryChart( labels = ChartLevelLabels( labels = mapOf( 0.5f to Decimal.ZERO.formatSiComponent(suffix, decimals, formatAsReadable = verbose, bias = bias), - 0.9f to TextComponent("-∞"), + 0.1f to TextComponent("-∞"), ) ) } else {