From 0c838fb60c88bb6cb6ae619bcc77a9ea82531312 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 16 Aug 2017 22:00:48 +0000 Subject: [PATCH] Fix turnbot profile --- profiles/testbot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/testbot.lua b/profiles/testbot.lua index 389f2c0f5..d9950baec 100644 --- a/profiles/testbot.lua +++ b/profiles/testbot.lua @@ -19,7 +19,7 @@ function setup() use_turn_restrictions = true }, - classes = {["motorway"] = true, ["toll"] = true}, + classes = {[0] = "motorway", [1] = "toll"}, excludable = { [1] = {["motorway"] = true},