From b6495acd2b4b11a5b8c316d5bdcf9866b0e6bc05 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 26 Feb 2023 10:55:09 +0200 Subject: [PATCH] reduce UNDO_AWARD_PINS to JL5 --- 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 8cfa602a4..e637da637 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -482,6 +482,7 @@ PERMS = { # Minimum admin_level to perform action. 'UPDATE_ASSETS': 4, 'PROGSTACK': 5, + 'UNDO_AWARD_PINS': 5, 'DELETE_MEDIA': 6, @@ -492,7 +493,6 @@ PERMS = { # Minimum admin_level to perform action. 'IGNORE_BADGE_BLACKLIST': 7, 'VIEW_DM_IMAGES': 7, - 'UNDO_AWARD_PINS': 8, 'SEE_GHOST_VOTES': 8, 'MODS_EVERY_HOLE': 8, }