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

...and missing token

This commit is contained in:
hanakocz 2023-11-02 05:50:01 +01:00
parent 3c463dd8da
commit 73edbf6b8c

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