Little bug

This commit is contained in:
Jonas Zeunert
2022-08-30 17:09:26 +02:00
parent 1e25576dce
commit 4b1e911bc8
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class GameFactory:
def createGame(self):
inputHandler = InputHandler(self.targets)
gameState = GameState(self.playerStateFactory, self.getHighScore(), self.specialDisplay, players[0].id)
gameState = GameState(self.playerStateFactory, self.getHighScore(), self.specialDisplay)
eventFactory = EventFactory(self.targets, gameState)
events = eventFactory.allEvents()