Skip to content

Commit

Permalink
use_start_footpaths = false
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed May 14, 2024
1 parent f40eb96 commit 8116730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intermodal/src/intermodal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ msg_ptr intermodal::route(msg_ptr const& msg) {
mc, start.start_type_, start.start_, dest.station_,
req->search_type(), req->search_dir(),
mc.CreateVector(std::vector<Offset<Via>>{}), mc.CreateVector(edges),
true, true, true, 0, timeout_,
true, true, false, 0, timeout_,
req->allowed_claszes() == nullptr
? 0
: mc.CreateVector(req->allowed_claszes()->Data(),
Expand Down

0 comments on commit 8116730

Please sign in to comment.