We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699ed38 commit da2eedbCopy full SHA for da2eedb
common/src/main/kotlin/com/lambda/module/modules/movement/Pathfinder.kt
@@ -39,6 +39,7 @@ import com.lambda.pathing.PathingSettings
39
import com.lambda.pathing.dstar.DStarLite
40
import com.lambda.pathing.dstar.LazyGraph
41
import com.lambda.pathing.goal.SimpleGoal
42
+import com.lambda.pathing.move.MoveFinder
43
import com.lambda.pathing.move.MoveFinder.moveOptions
44
import com.lambda.pathing.move.NodeType
45
import com.lambda.pathing.move.TraverseMove
@@ -112,6 +113,7 @@ object Pathfinder : Module(
112
113
}
114
115
onDisable {
116
+ MoveFinder.clean()
117
graph.clear()
118
119
0 commit comments