From 706381bbcab8d2c9e62b74be329c0e4435a18ee6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 9 Jun 2024 19:39:01 +0300 Subject: [PATCH] restore infinite currency --- files/helpers/config/const.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index ab8011be2..3727f0e3b 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -233,8 +233,7 @@ PERMS = { # Minimum admin_level to perform action. 'ADMIN_REMOVE': 5, 'MODS_EVERY_HOLE': 5, 'MODS_EVERY_GROUP': 5, - - 'INFINITE_CURRENCY': 6, + 'INFINITE_CURRENCY': 5, } FEATURES = {