From 11e2fdf9c192ffff850b6360fcc1cff3333064a1 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Mon, 12 Mar 2018 17:02:29 -0400 Subject: [PATCH] blank line :100: --- werewolf/Game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/werewolf/Game.py b/werewolf/Game.py index f11a921..b89537b 100644 --- a/werewolf/Game.py +++ b/werewolf/Game.py @@ -158,6 +158,7 @@ class Game: if not player: return "You're not in a game!" + if self.started: await self.kill()