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