diff --git a/files/routes/users.py b/files/routes/users.py index 5a563aa6b..128d1cda2 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -78,10 +78,6 @@ def claim_rewards_all_users(): marseybux = int(marseybux) text = f"You have received {marseybux} Marseybux! You can use them to buy awards or hats in the [shop](/shop/awards) or gamble them in the [casino](/casino)." - if SITE_NAME == 'WPD' and time.time() < 1709251200 and marseybux >= 10000: - text = f"You have received ~~{marseybux}~~ {marseybux*1.5} Marseybux! You can use them to buy awards or hats in the [shop](/shop/awards) or gamble them in the [casino](/casino)." - marseybux *= 1.5 - user.pay_account('marseybux', marseybux) send_repeatable_notification(user.id, text)