Always enforce path

This commit is contained in:
InversionSpaces 2023-10-12 11:12:29 +00:00
parent f39bca928a
commit 5ee1e37c9e

View File

@ -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