From 0f9ed086ca7d1c88b4380d07ea05812a6ffe6e81 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 16 Feb 2024 23:03:34 +0200 Subject: [PATCH] move USER_BADGES to JL1 --- 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 af729c180..001641c49 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -175,9 +175,9 @@ PERMS = { # Minimum admin_level to perform action. 'ENABLE_VOTE_BUTTONS_ON_USER_PAGE': 1, 'NOTIFICATIONS_MODERATOR_ACTIONS': 1, 'EXEMPT_FROM_IP_LOGGING': 1, + 'USER_BADGES': 1, 'IS_PERMA_PROGSTACKED': 2, - 'USER_BADGES': 2, 'USER_LINK': 2, 'USER_CHANGE_FLAIR': 2, 'LOTTERY_VIEW_PARTICIPANTS': 2,