xzcxcz
This commit is contained in:
parent
a172970b4b
commit
7ce849285a
1 changed files with 3 additions and 1 deletions
|
@ -920,5 +920,7 @@ def handle_blackjack_action(cid, v):
|
||||||
elif action == 'stay':
|
elif action == 'stay':
|
||||||
blackjack.player_stayed(comment)
|
blackjack.player_stayed(comment)
|
||||||
|
|
||||||
|
g.db.add(comment)
|
||||||
|
g.db.add(v)
|
||||||
|
g.db.commit()
|
||||||
return { "message" : "..." }
|
return { "message" : "..." }
|
Loading…
Add table
Add a link
Reference in a new issue