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": {
|
"if": {
|
||||||
"and": [
|
"and": [
|
||||||
"vending=dog_excrement_bag",
|
"vending=excrement_bags",
|
||||||
"not:vending="
|
"not:vending="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"and": [
|
"and": [
|
||||||
"not:vending=dog_excrement_bag",
|
"not:vending=excrement_bags",
|
||||||
"vending="
|
"vending="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue