This commit is contained in:
Jonas Zeunert
2022-09-03 19:06:34 +02:00
parent bfdae47e8b
commit a5d41ba7cb

View File

@@ -39,7 +39,7 @@ class GameState:
self.checkHighscore()
self.currentPlayer = next(self.players)
Lamp("Highest Score").deactivate()
if self.currentPlayer.hasHighScore:
if self.currentPlayer.hasHighscore:
Lamp("Highest Score").activate()
def checkHighscore(self):