bla
This commit is contained in:
@@ -22,6 +22,7 @@ class StartGameEvent(Event):
|
||||
def restart_timer(self):
|
||||
if self.timer is not None:
|
||||
self.timer.cancel()
|
||||
|
||||
self.timer = Timer(interval=config.PLAYER_CHOOSE_INTERVAL, function=self.player_choose_ended)
|
||||
self.timer.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user