Skip to content

Commit

Permalink
Assume Toll.HGV for all roads in Liechtenstein
Browse files Browse the repository at this point in the history
  • Loading branch information
otbutz committed Aug 21, 2024
1 parent 97b0af3 commit acc81cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public Toll getToll(ReaderWay readerWay, Toll currentToll) {
return currentToll;
}

return Toll.NO;
return Toll.HGV;
}
}

0 comments on commit acc81cc

Please sign in to comment.