test a possible fix for #2571
This commit is contained in:
parent
715c6ee299
commit
8df4dfeb66
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ public class RouteResultPreparation {
|
|||
rs.keepRight = true;
|
||||
rs.leftLanes += lanes;
|
||||
}
|
||||
rs.speak = rs.speak || rsSpeakPriority <= speakPriority;
|
||||
rs.speak = rs.speak || (rsSpeakPriority <= speakPriority && speakPriority > 0);
|
||||
} else {
|
||||
if (attachedOnTheRight) {
|
||||
rs.addRoadsOnRight++;
|
||||
|
|
Loading…
Reference in a new issue