1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-11 13:39:14 +02:00

test update

This commit is contained in:
hanakocz 2020-03-14 09:12:49 +01:00
parent 94b21a8048
commit 75d5fe6342

View File

@ -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)