Use correct tag value, see #2020

This commit is contained in:
Pieter Vander Vennet 2024-07-11 19:03:52 +02:00
parent ed9e59109e
commit e51bc34749

View file

@ -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="
]
},