diff --git a/maps/chronosphere/main.lua b/maps/chronosphere/main.lua index a71e4482..34b24f93 100644 --- a/maps/chronosphere/main.lua +++ b/maps/chronosphere/main.lua @@ -253,7 +253,7 @@ local function chronojump(choice) local surface = game.surfaces[global.active_surface_index] local planet = nil if choice then - Planets.determine_planet(choice, 1) + Planets.determine_planet(choice) planet = global.objective.planet end generate_overworld(surface, planet)