This commit is contained in:
Jonas Zeunert
2022-09-03 13:11:57 +02:00
parent 40345083f1
commit 2583f952b7

View File

@@ -57,7 +57,7 @@ class GameState:
self.isStarted = True self.isStarted = True
self.createPlayers(playerCount) self.createPlayers(playerCount)
self.nextPlayer() self.nextPlayer()
self.isPlaying = True #self.isPlaying = True
logging.info("Game Started") logging.info("Game Started")
def endGame(self): def endGame(self):