1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00

Merge pull request #106 from ComfyFactory/mtn_v3

increase tick speed for terrain
This commit is contained in:
Gerkiz 2021-08-03 23:06:39 +02:00 committed by GitHub
commit f6ef4f8bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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