diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/core/chart/AbstractHistoryChart.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/core/chart/AbstractHistoryChart.kt index 65a515e12..144a4370f 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/core/chart/AbstractHistoryChart.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/core/chart/AbstractHistoryChart.kt @@ -177,6 +177,7 @@ abstract class AbstractHistoryChart( this.accumulator.addAll(accumulator) this.values.addAll(values) + this.remotes.forEach { it.invalidate() } } fun clear() {