remotes/1693045480750635534/spooky-22
Aevann1 2022-01-31 03:57:33 +02:00
parent b0cd33dcf7
commit 37023298c8
1 changed files with 3 additions and 1 deletions

View File

@ -920,5 +920,7 @@ def handle_blackjack_action(cid, v):
elif action == 'stay':
blackjack.player_stayed(comment)
g.db.add(comment)
g.db.add(v)
g.db.commit()
return { "message" : "..." }