blablbalblabl

This commit is contained in:
Jonas Zeunert
2022-08-30 18:36:14 +02:00
parent 26dcf03452
commit 85871bdb6c

View File

@@ -35,6 +35,7 @@ class StartGameEvent(Event):
if self.timer is None: if self.timer is None:
PLAYER_LAMPS.deactivate() PLAYER_LAMPS.deactivate()
PLAYER_LAMPS.activateNext() PLAYER_LAMPS.activateNext()
self.restart_timer()
return return
self.restart_timer() self.restart_timer()