forked from MapComplete/MapComplete
Use correct tag value, see #2020
This commit is contained in:
parent
ed9e59109e
commit
e51bc34749
1 changed files with 2 additions and 2 deletions
|
@ -254,7 +254,7 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"vending=dog_excrement_bag",
|
||||
"vending=excrement_bags",
|
||||
"not:vending="
|
||||
]
|
||||
},
|
||||
|
@ -273,7 +273,7 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"not:vending=dog_excrement_bag",
|
||||
"not:vending=excrement_bags",
|
||||
"vending="
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue