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()