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,