Skip to content

Commit

Permalink
don't allow militiary road access with service highways
Browse files Browse the repository at this point in the history
  • Loading branch information
rupakkorde committed Apr 3, 2024
1 parent a89ebbf commit 8339d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions car.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function setup()

-- tags disallow access to in combination with highway=service
service_access_tag_blacklist = Set {
'military'
-- 'private'
},

Expand Down
2 changes: 1 addition & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8339d21

Please sign in to comment.