1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-24 03:47:58 +02:00

Merge pull request #82 from Gerkiz/development

removed event that is not in use
This commit is contained in:
Gerkiz 2019-11-01 19:14:40 +01:00 committed by GitHub
commit 3f6e67c4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -831,7 +831,7 @@ local function on_chunk_generated(event)
end
local event = require 'utils.event'
event.on_nth_tick(4, process_chunk_queue)
--event.on_nth_tick(4, process_chunk_queue)
event.add(defines.events.on_chunk_generated, on_chunk_generated)
return level_depth