Skip to content

Commit

Permalink
add osu tourney privilege
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Sep 29, 2023
1 parent 4e7b554 commit 6d93ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/backend/bancho.py/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export enum BanchoPyPrivilege {
// has bypass to low-ceiling anticheat measures (trusted).
Whitelisted = 1 << 2,

OsuTourney = 1 << 3,

// donation tiers, receives some extra benefits.
Supporter = 1 << 4,
Premium = 1 << 5,
Expand Down

0 comments on commit 6d93ebc

Please sign in to comment.