forked from MarseyWorld/MarseyWorld
master
parent
ec9797ff18
commit
b752a2ddad
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue