diff --git a/arobotsconundrum/level3.py b/arobotsconundrum/level3.py index 5cbb6da..6560137 100644 --- a/arobotsconundrum/level3.py +++ b/arobotsconundrum/level3.py @@ -140,7 +140,6 @@ class Level3(level.Level): self.player.update = lambda e, t, dt: self._old_player_update([], t, dt) self._start_time = pygame.time.get_ticks() - self.on_completion() def on_completion(self): # End game here.