Fix remaining PR comments

This commit is contained in:
Patrick Niklaus
2017-08-18 22:00:18 +00:00
committed by Patrick Niklaus
parent 00e243b23b
commit bc8617a9f4
5 changed files with 17 additions and 16 deletions
+4 -4
View File
@@ -19,12 +19,12 @@ function setup()
use_turn_restrictions = true
},
classes = {[0] = "motorway", [1] = "toll", [2] = "TooWords2"},
classes = {"motorway", "toll", "TooWords2"},
excludable = {
[1] = {["motorway"] = true},
[2] = {["toll"] = true},
[3] = {["motorway"] = true, ["toll"] = true}
{["motorway"] = true},
{["toll"] = true},
{["motorway"] = true, ["toll"] = true}
},
default_speed = 24,