Fix turnbot profile
This commit is contained in:
parent
0713ef5862
commit
0c838fb60c
@ -19,7 +19,7 @@ function setup()
|
||||
use_turn_restrictions = true
|
||||
},
|
||||
|
||||
classes = {["motorway"] = true, ["toll"] = true},
|
||||
classes = {[0] = "motorway", [1] = "toll"},
|
||||
|
||||
excludable = {
|
||||
[1] = {["motorway"] = true},
|
||||
|
Loading…
Reference in New Issue
Block a user