diff --git a/files/helpers/twentyone.py b/files/helpers/twentyone.py index f5ea399d1..110bd4bb1 100644 --- a/files/helpers/twentyone.py +++ b/files/helpers/twentyone.py @@ -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"