hardcode sperg

pull/187/head
Aevann 2023-08-10 15:24:27 +03:00
parent 4d5e866382
commit a7a0bf325e
1 changed files with 2 additions and 1 deletions

View File

@ -1157,8 +1157,9 @@ class User(Base):
if self.is_permabanned: return False
if self.admin_level >= PERMS['VIEW_RESTRICTED_HOLES']: return True
if SITE == 'rdrama.net' and self.id == 5237: return True
return None
return False
@property