From 72515e37ed55281842335a4af568285faf7f4063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Tue, 24 May 2016 09:57:23 +0200 Subject: [PATCH] fix games first place stats --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index 8acdfc3..125a5d0 100644 --- a/bot.py +++ b/bot.py @@ -607,6 +607,8 @@ def do_play_card(bot, player, result_id): if game.players_won is 0: us.first_places += 1 + game.players_won += 1 + try: gm.leave_game(user, chat) except NotEnoughPlayersError: