This commit is contained in:
Aevann1 2022-02-16 01:02:48 +02:00
parent 1f3eb88f58
commit 0eec6619d4

View file

@ -1036,6 +1036,7 @@ def unsave_comment(cid, v):
@auth_required
def handle_blackjack_action(cid, v):
comment = get_comment(cid)
if 'active' in comment.blackjack_result:
action = request.values.get("action", "")
if action == 'hit': player_hit(comment)