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:
parent
54b8c43ebe
commit
8c717abf6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user