forked from rDrama/rDrama
1
0
Fork 0

increase UNDO_AWARD_PINS perm from lvl3 to lvl4

master
Aevann 2023-09-05 15:24:27 +03:00
parent ef6ead1f82
commit 6f0211be58
1 changed files with 1 additions and 1 deletions

View File

@ -410,10 +410,10 @@ PERMS = { # Minimum admin_level to perform action.
'IGNORE_AWARD_IMMUNITY': 3,
'MODERATE_PENDING_SUBMITTED_ASSETS': 3,
'UPDATE_ASSETS': 3,
'UNDO_AWARD_PINS': 3,
'DELETE_MEDIA': 3,
'PROGSTACK': 4,
'UNDO_AWARD_PINS': 4,
'ADMIN_ADD': 4,
'USER_BLACKLIST': 4,
'POST_COMMENT_EDITING': 4,