forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-09-18 21:18:08 +03:00
parent cb2ce567f8
commit 03e9c5bc1e
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ def handle_payout(gambler, state, game):
payout += game.wager * 2 payout += game.wager * 2
elif split_status == BlackjackStatus.LOST: elif split_status == BlackjackStatus.LOST:
game.winnings += -game.wager game.winnings += -game.wager
elif status == BlackjackStatus.PUSHED: elif split_status == BlackjackStatus.PUSHED:
payout += game.wager payout += game.wager