diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/cable/EnergyCableGraph.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/cable/EnergyCableGraph.kt index 1e2053a9f..df421a4b4 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/cable/EnergyCableGraph.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/cable/EnergyCableGraph.kt @@ -233,6 +233,7 @@ class EnergyCableGraph : GraphNodeList 0) { lastPoweredStatus = numState nodes.forEach { if (it.segment === this) it.updatePoweredState(newState) } } @@ -395,6 +396,7 @@ class EnergyCableGraph : GraphNodeList