forked from MarseyWorld/MarseyWorld
exempt autist from earning coins
parent
2e3bdc4b8e
commit
132056d61b
|
@ -202,6 +202,9 @@ class User(Base):
|
||||||
if SITE == 'watchpeopledie.tv' and self.id == 5222:
|
if SITE == 'watchpeopledie.tv' and self.id == 5222:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if SITE == 'rdrama.net' and self.id == 5237:
|
||||||
|
return
|
||||||
|
|
||||||
user_query = g.db.query(User).options(load_only(User.id)).filter_by(id=self.id)
|
user_query = g.db.query(User).options(load_only(User.id)).filter_by(id=self.id)
|
||||||
|
|
||||||
if currency == 'coins':
|
if currency == 'coins':
|
||||||
|
|
Loading…
Reference in New Issue