Skip to content

Commit

Permalink
Fix turnbot profile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex authored and Patrick Niklaus committed Aug 21, 2017
1 parent 0713ef5 commit 0c838fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/testbot.lua
Expand Up @@ -19,7 +19,7 @@ function setup()
use_turn_restrictions = true
},

classes = {["motorway"] = true, ["toll"] = true},
classes = {[0] = "motorway", [1] = "toll"},

excludable = {
[1] = {["motorway"] = true},
Expand Down

0 comments on commit 0c838fb

Please sign in to comment.