forked from rDrama/rDrama
1
0
Fork 0

fix restricted holes bug

master
Aevann 2023-08-10 18:29:24 +03:00
parent 0633c9b71d
commit a4a753ba6a
1 changed files with 1 additions and 1 deletions

View File

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