Remove unnecessary line

pull/216/head
Aevann 2023-10-28 22:52:27 +00:00
parent c347e2d6fb
commit 1d244341d5
1 changed files with 0 additions and 2 deletions

View File

@ -393,8 +393,6 @@ class User(Base):
return False
if v.admin_level >= PERMS['IGNORE_AWARD_IMMUNITY']:
return False
if self.alts:
return False
if self.id in IMMUNE_TO_NEGATIVE_AWARDS:
return True
if self.new_user and not self.alts: