forked from MarseyWorld/MarseyWorld
try to fix stuck blackjack games
parent
4ded5cf914
commit
ae749d9ab8
|
@ -41,7 +41,7 @@ def get_initial_state():
|
|||
"player_bought_insurance": False,
|
||||
"player_doubled_down": False,
|
||||
"status": BlackjackStatus.PLAYING,
|
||||
"actions": [BlackjackAction.DEAL],
|
||||
"actions": [],
|
||||
"wager": {
|
||||
"amount": 0,
|
||||
"currency": "coins"
|
||||
|
|
Loading…
Reference in New Issue