diff --git a/GameState.py b/GameState.py index 8158359..6442352 100644 --- a/GameState.py +++ b/GameState.py @@ -57,7 +57,7 @@ class GameState: self.isStarted = True self.createPlayers(playerCount) self.nextPlayer() - self.isPlaying = True + #self.isPlaying = True logging.info("Game Started") def endGame(self):