fix player lamps
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user