Skip to content

Commit 976c923

Browse files
committed
Merge remote-tracking branch 'KANA/feat_export_plugin' into feat_export_plugin
2 parents 979991a + db70060 commit 976c923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mod_loader/_export_plugin/export_plugin.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends EditorExportPlugin
22

3-
const ModHookPreprocessorScript := preload("res://addons/mod_loader/_export_plugin/mod_hook_preprocessor.gd")
3+
const ModHookPreprocessorScript := preload("res://addons/mod_loader/internal/mod_hook_preprocessor.gd")
44
static var ModHookPreprocessor
55

66

0 commit comments

Comments
 (0)