This commit is contained in:
Jonas Zeunert
2022-08-30 19:14:21 +02:00
parent d980934216
commit 762cb03912
4 changed files with 14 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class StartGameEvent(Event):
self.timer.start()
def trigger(self, target):
if self.gameState.isPlaying:
if self.gameState.isStarted:
return
super().trigger(target)