Skip to content

Commit

Permalink
Merge pull request #3 from osuAkatsuki/manage-beatmap-nominators
Browse files Browse the repository at this point in the history
added ADMIN_MANAGE_NOMINATORS
  • Loading branch information
Mahmood-Miah authored Jul 13, 2024
2 parents e7d1cdc + 7b4ee86 commit 6542aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/common_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class UserPrivileges(IntFlag):
USER_TOURNAMENT_STAFF = 1 << 21
ADMIN_CAKER = 1 << 22
USER_PREMIUM = 1 << 23
ADMIN_FREEZE_USERS = 1 << 24
ADMIN_MANAGE_NOMINATORS = 1 << 25


class UserPlayStyle(IntFlag):
Expand Down

0 comments on commit 6542aed

Please sign in to comment.