Skip to content

Commit

Permalink
Always enforce path
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Oct 12, 2023
1 parent f39bca9 commit 5ee1e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ trait After {
case ExitStrategy.ToRelay =>
(current.endsOn, current.relayOn).mapN(PathFinder.findPathEnforce)
case ExitStrategy.Full =>
(current.endsOn, current.afterOn).mapN(PathFinder.findPath)
(current.endsOn, current.afterOn).mapN(PathFinder.findPathEnforce)
}

// If exit is forced, make a path outside this node
Expand Down

0 comments on commit 5ee1e37

Please sign in to comment.