Skip to content

Commit db70060

Browse files
committed
fix: 🚧 fix path to mod_hook_preprocessor.gd
1 parent c85ce96 commit db70060

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)