master
Aevann1 2022-02-16 01:02:48 +02:00
parent ec9797ff18
commit b752a2ddad
1 changed files with 8 additions and 7 deletions

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)