forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-07 14:15:55 +02:00
parent 9d29ccf329
commit 419f549059
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Blackjack:
self.apply_game_result(from_comment, wager, status)
from_comment.blackjack_result = format_all(
player_hand, dealer_hand, deck, status, wager)
player_hand, dealer_hand, deck, status, wager, kind)
if (player_value == 21):
self.player_stayed(from_comment)