fix player lamps

This commit is contained in:
Jonas Zeunert
2022-06-07 00:28:17 +02:00
parent e0ccc25680
commit 622c067a7a
2 changed files with 19 additions and 8 deletions

View File

@@ -30,8 +30,7 @@ class GameState:
logging.info("Set active player to player " + str(player.id))
self._currentPlayer = self.dummyPlayer
PLAYER_LAMPS.deactivateCurrent()
PLAYER_LAMPS.activateNext()
PLAYER_LAMPS.cycle()
player.activate()