Skip to content

Commit

Permalink
Merge pull request #430 from ComfyFactory/journey_1.9.2.3
Browse files Browse the repository at this point in the history
...and missing token
  • Loading branch information
hanakocz authored Nov 2, 2023
2 parents 3c463dd + 73edbf6 commit c811fd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions maps/journey/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c811fd4

Please sign in to comment.