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