Fixes issue #663
This commit is contained in:
parent
51a7d3ff50
commit
9ab86ae2bf
@ -14,7 +14,7 @@ Feature: Car - Barriers
|
|||||||
| border_control | x |
|
| border_control | x |
|
||||||
| toll_booth | x |
|
| toll_booth | x |
|
||||||
| sally_port | x |
|
| sally_port | x |
|
||||||
| entrance | |
|
| entrance | x |
|
||||||
| wall | |
|
| wall | |
|
||||||
| fence | |
|
| fence | |
|
||||||
| some_tag | |
|
| some_tag | |
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-- Begin of globals
|
-- Begin of globals
|
||||||
require("lib/access")
|
require("lib/access")
|
||||||
|
|
||||||
barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true}
|
barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true, ["entrance"] = true}
|
||||||
access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true }
|
access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true }
|
||||||
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true }
|
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true }
|
||||||
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user