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 2dacd80b6..e583c8a62 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 @@ -90,6 +90,7 @@ class EnergyCableGraph : GraphNodeList(1) var saturated = false + var forceExploreAlternatives = false } // TODO: LRU cache? @@ -548,7 +549,8 @@ class EnergyCableGraph : GraphNodeList