1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

increase tick speed for terrain

This commit is contained in:
Gerkiz 2021-08-03 23:05:03 +02:00
parent d05f1dfd55
commit 69650051a5

View File

@ -362,7 +362,7 @@ local chunk_load = function()
if chunk_load_tick < tick then
WPT.set('force_chunk', false)
WPT.remove('chunk_load_tick')
Task.set_queue_speed(3)
Task.set_queue_speed(8)
end
end
end