This commit is contained in:
Jonas Zeunert
2022-06-07 00:29:37 +02:00
parent 622c067a7a
commit ee758d770c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ class GameState:
self.specialDisplay = specialDisplay
self.specialDisplay.printCredits(self.credits)
self.isPlaying = False
PLAYER_LAMPS.activateNext()
def nextPlayer(self):
self.currentPlayer = next(self.players)