Little bug

This commit is contained in:
Jonas Zeunert
2022-08-30 17:08:08 +02:00
parent 4c3aa016ba
commit 1e25576dce

View File

@@ -27,6 +27,7 @@ class StartGameEvent(Event):
super().trigger(target)
if not self.isPlayerChoosing:
self.isPlayerChoosing = True
self.timer = Timer(interval=config.PLAYER_CHOOSE_INTERVAL, function=self.player_choose_ended)
self.timer.start()
return