Skip to content

Commit

Permalink
Merge pull request ppy#7582 from cl8n/loved-privileged
Browse files Browse the repository at this point in the history
Mark Project Loved as a privileged group
  • Loading branch information
notbakaneko authored May 14, 2021
2 parents 1fe0fb9 + d75e954 commit 8ce376f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,8 @@ public function isPrivileged()
|| $this->isDev()
|| $this->isGMT()
|| $this->isBNG()
|| $this->isNAT();
|| $this->isNAT()
|| $this->isProjectLoved();
}

public function isBanned()
Expand Down

0 comments on commit 8ce376f

Please sign in to comment.