moooooooore brranches

This commit is contained in:
Jonas Zeunert
2022-09-01 01:14:24 +02:00
parent 724557160e
commit 1c31a3b4ab

View File

@@ -30,6 +30,9 @@ class StartGameEvent(Event):
if self.gameState.isStarted: if self.gameState.isStarted:
return return
if not self.gameState.isIdle:
return
super().trigger(target) super().trigger(target)
self.gameState.stopIdleLoop() self.gameState.stopIdleLoop()