This commit is contained in:
Jonas Zeunert
2022-09-01 02:46:52 +02:00
parent 0b89d9127b
commit d4026f1201

View File

@@ -61,6 +61,7 @@ class GameState:
logging.info("Game Started")
def endGame(self):
self.checkHighscore()
self.writeHighscore()
self.players = None
self.playerList = []