This commit is contained in:
Jonas Zeunert
2022-09-03 13:09:44 +02:00
parent 2516a46072
commit 10c45939db

View File

@@ -56,4 +56,4 @@ class StartGameEvent(Event):
self.timer = None self.timer = None
PLAYER_LAMPS.deactivate() PLAYER_LAMPS.deactivate()
self.gameState.startGame(self.playerCount) self.gameState.startGame(self.playerCount)
StartBallEvent().trigger(None) #StartBallEvent().trigger(None)