buggss
This commit is contained in:
@@ -18,7 +18,7 @@ class GameState:
|
|||||||
PLAYER_LAMPS.activateNext()
|
PLAYER_LAMPS.activateNext()
|
||||||
|
|
||||||
def nextPlayer(self):
|
def nextPlayer(self):
|
||||||
self._currentPlayer = next(self.players)
|
self.currentPlayer = next(self.players)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def currentPlayer(self):
|
def currentPlayer(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user