forked from rDrama/rDrama
1
0
Fork 0

make pizzashill able to award carp

master
Aevann 2023-07-17 20:22:24 +03:00
parent 2b9647a37e
commit 7fef1ffab5
1 changed files with 2 additions and 0 deletions

View File

@ -344,6 +344,8 @@ class User(Base):
return False
if v.id == self.id:
return False
if v.id in IMMUNE_TO_AWARDS:
return False
if v.admin_level >= PERMS['IGNORE_AWARD_IMMUNITY']:
return False
if self.alts: