This commit is contained in:
Jonas Zeunert
2022-06-06 22:37:25 +02:00
parent 50e6832811
commit fe826568b8

View File

@@ -18,7 +18,7 @@ class GameState:
PLAYER_LAMPS.activateNext()
def nextPlayer(self):
self._currentPlayer = next(self.players)
self.currentPlayer = next(self.players)
@property
def currentPlayer(self):