diff --git a/files/helpers/const.py b/files/helpers/const.py index 9c4167d04..9b9ceb8aa 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -162,7 +162,7 @@ PERMS = { # Minimum admin_level to perform action. 'VIEW_ALL_USERS': 2, 'VIEW_ALT_VOTES': 2, 'VIEW_PATRONS': 3, # note: extra check for Aevann, carp, or snakes - 'PRINT_MARSEYBUX_FOR_KIPPY_ON_PCMEMES': 3, + 'PRINT_MARSEYBUX_FOR_KIPPY_ON_PCMEMES': 3, # note: explicitly disabled on rDrama 'MERGE_USERS': 3, # note: extra check for Aevann 'ADMIN_ADD': 3, # note: explicitly disabled on rDrama 'ADMIN_REMOVE': 3,