From 800db74e1405c8ac1581be5a54cb8d3c6ae78f3c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 30 Jul 2023 12:34:57 +0300 Subject: [PATCH] increase TRUESCORE_CC_MINIMUM to 1 --- 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 cdd702f92..f25f3655f 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -535,7 +535,7 @@ COSMETIC_AWARD_COIN_AWARD_PCT = 0.50 TRUESCORE_CHAT_MINIMUM = 0 TRUESCORE_GHOST_MINIMUM = 0 TRUESCORE_DONATE_MINIMUM = 1 -TRUESCORE_CC_MINIMUM = 0 +TRUESCORE_CC_MINIMUM = 1 TRUESCORE_CHUDRAMA_MINIMUM = 100 LOGGEDIN_ACTIVE_TIME = 15 * 60