1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-07 13:31:40 +02:00

fix typo crashing final map

This commit is contained in:
hanakocz 2020-05-05 17:30:57 +02:00 committed by GitHub
parent 54b8c43ebe
commit 8c717abf6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ local function generate_overworld(surface, optplanet)
local mgs = surface.map_gen_settings
mgs.width = 2176
surface.map_gen_settings = mgs
surface.request_to_generate_chunks({-960,-64}, 0,5)
surface.request_to_generate_chunks({-960,-64}, 0.5)
surface.force_generate_chunk_requests()
end
end