Skip to content

Commit

Permalink
Merge pull request #428 from ComfyFactory/journey_1.9.2.1
Browse files Browse the repository at this point in the history
fix for missing event
  • Loading branch information
hanakocz authored Nov 2, 2023
2 parents f6f78d2 + c593e47 commit 0cb8bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maps/journey/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local journey = {

local events = {
import = Event.generate_event_name('import'),
check_import = Event.generate_event_name('check_import'),
}

Global.register(
Expand Down

0 comments on commit 0cb8bef

Please sign in to comment.