From 05000c8e9b0edadb30a437f7032bb6fd02709712 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 10 Aug 2023 12:07:41 +0300 Subject: [PATCH] increase TRUESCORE_DONATE_MINIMUM again to 10 --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 6dec860e2b..4860a8a728 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -542,7 +542,7 @@ COSMETIC_AWARD_COIN_AWARD_PCT = 0.50 TRUESCORE_CHAT_MINIMUM = 0 TRUESCORE_GHOST_MINIMUM = 0 -TRUESCORE_DONATE_MINIMUM = 1 +TRUESCORE_DONATE_MINIMUM = 10 TRUESCORE_CC_MINIMUM = 1 TRUESCORE_CHUDRAMA_MINIMUM = 100