forked from MarseyWorld/MarseyWorld
hardcode sperg
parent
4d5e866382
commit
a7a0bf325e
|
@ -1157,8 +1157,9 @@ class User(Base):
|
||||||
if self.is_permabanned: return False
|
if self.is_permabanned: return False
|
||||||
|
|
||||||
if self.admin_level >= PERMS['VIEW_RESTRICTED_HOLES']: return True
|
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
|
@property
|
||||||
|
|
Loading…
Reference in New Issue