forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-22 23:20:44 +02:00
parent eaf5a723f2
commit c33c13bccb
1 changed files with 1 additions and 1 deletions

View File

@ -134,6 +134,6 @@ def apply_game_result(from_comment, wager, result, kind):
user.winnings += reward
if (reward > 0):
if (reward > -1):
currency_value = int(getattr(user, kind, 0))
setattr(user, kind, currency_value + wager_value + reward)