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

Merge pull request #430 from ComfyFactory/journey_1.9.2.3

...and missing token
This commit is contained in:
hanakocz 2023-11-02 05:51:02 +01:00 committed by GitHub
commit c811fd4fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,15 @@ journey.import = Token.register(
end
)
journey.check_import = Token.register(
function(data)
if not data then
return
end
script.raise_event(events.check_import, data)
end
)
local function on_chunk_generated(event)
local surface = event.surface