forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-07-05 21:36:13 +03:00
parent d7f389d623
commit 9f8ffb528b
1 changed files with 1 additions and 1 deletions

View File

@ -1352,8 +1352,8 @@ def claim_rewards(v):
for transaction in transactions:
for t, money in TIER_TO_MONEY.items():
if transaction.amount < money: break
tier = t
if transaction.amount <= money: break
marseybux += TIER_TO_MBUX[tier]
if tier > highest_tier: