Update countrybicycle.lua

no bikes on motorroad
This commit is contained in:
tombay 2024-08-06 14:37:22 +10:00 committed by GitHub
parent 334a8eb66e
commit e89d116b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,7 +220,8 @@ function setup()
avoid = Set { avoid = Set {
'impassable', 'impassable',
'construction', 'construction',
'proposed' 'proposed',
'motorroad'
}, },
uselocationtags = Set uselocationtags = Set