1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

Merge pull request #428 from ComfyFactory/journey_1.9.2.1

fix for missing event
This commit is contained in:
hanakocz 2023-11-02 05:41:10 +01:00 committed by GitHub
commit 0cb8bef711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ local journey = {
local events = {
import = Event.generate_event_name('import'),
check_import = Event.generate_event_name('check_import'),
}
Global.register(