forked from rDrama/rDrama
1
0
Fork 0

make 10thman able to get mbux

master
Aevann 2024-03-12 03:06:38 +02:00
parent 09f70fa347
commit 717911c3a5
1 changed files with 0 additions and 3 deletions

View File

@ -222,9 +222,6 @@ class User(Base):
if SITE == 'watchpeopledie.tv' and self.id == 5222:
return
if SITE == 'rdrama.net' and self.id == 5237:
return
if self.admin_level < PERMS['INFINITE_CURRENCY'] and self.id != 48:
user_query = g.db.query(User).options(load_only(User.id)).filter_by(id=self.id)