From b61b6365d7c2cf13488f0af4e1bde573c16c5f85 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 6 Oct 2023 13:50:29 +0300 Subject: [PATCH] disallow ppl blacklisted from restricted holes from seeing DONATE_SERVICE link --- files/templates/donate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/donate.html b/files/templates/donate.html index feb1897030..073c62ef1b 100644 --- a/files/templates/donate.html +++ b/files/templates/donate.html @@ -5,7 +5,7 @@
- {% if DONATE_SERVICE != DEFAULT_CONFIG_VALUE and v and v.truescore >= TRUESCORE_MINIMUM and not v.shadowbanned and not v.is_permabanned and v.chud != 1 %} + {% if DONATE_SERVICE != DEFAULT_CONFIG_VALUE and v and v.can_see_countryclub and v.chud != 1 %}
{{DONATE_SERVICE}} {{DONATE_LINK}}