deactivate lamps

This commit is contained in:
Jonas Zeunert
2022-08-30 19:03:58 +02:00
parent ac4e70c0c4
commit d980934216

View File

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