Skip to content

Commit

Permalink
fix: alignment task pending clicks doesn't reset across worlds
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 19, 2024
1 parent 0ea9fe9 commit 52662b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ object AlignmentTaskSolver {
fun onWorldLoad(event: WorldEvent.Load) {
grid.clear()
directionSet.clear()
pendingClicks.clear()
}

data class MazeSpace(val framePos: BlockPos? = null, val type: SpaceType, val coords: Point)
Expand Down

0 comments on commit 52662b1

Please sign in to comment.