diff --git a/files/routes/comments.py b/files/routes/comments.py index e14d88f7a..bad228706 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -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" : "..." } \ No newline at end of file