From ae749d9ab86de1d50197d61d46149e9fe3aec20a Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 24 Feb 2023 10:53:03 +0200 Subject: [PATCH] try to fix stuck blackjack games --- files/helpers/twentyone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"