From 318be8672595a6e9c001566eea294b8cc2adabaf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Dec 2021 07:00:08 +0200 Subject: [PATCH] fsddfs --- files/templates/shop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/shop.html b/files/templates/shop.html index 66afdf22f7..264badb06a 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -64,7 +64,7 @@ {% set kind = a['kind'] %} Buy - {% if v.procoins and a['kind'] not in ("grass","alt") %}Buy with Marseybux{% endif %} + {% if v.procoins and a['kind'] != "grass" %}Buy with Marseybux{% endif %} {% endfor %}