From 24c70e3c8e1f7922bc2455c247320b02b7510e24 Mon Sep 17 00:00:00 2001 From: wieringen Date: Fri, 10 Mar 2017 21:09:56 +0100 Subject: [PATCH] Added bus_trap and sump_buster to barrier whitelist for bicycle profile --- profiles/bicycle.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index 55879f7f6..dd4641b52 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -39,6 +39,8 @@ local profile = { }, barrier_whitelist = Set { + 'sump_buster', + 'bus_trap', 'cycle_barrier', 'bollard', 'entrance',