mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Always enforce path
This commit is contained in:
parent
f39bca928a
commit
5ee1e37c9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user