This commit is contained in:
Jonas Zeunert
2022-08-30 18:41:00 +02:00
parent 85871bdb6c
commit 13c9d54ec5

View File

@@ -41,6 +41,7 @@ class StartGameEvent(Event):
self.restart_timer()
if self.playerCount == config.MAX_PLAYERS:
PLAYER_LAMPS.deactivate()
PLAYER_LAMPS.activateNext()
self.playerCount = 1
return