We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9410 commit 2e62e53Copy full SHA for 2e62e53
addons/mod_loader/mod_loader.gd
@@ -80,7 +80,7 @@ func _init() -> void:
80
for mod_path in mod_paths:
81
var is_zip := _ModLoaderPath.is_zip(mod_path)
82
83
- if not is_in_editor and not ModLoaderStore.ml_options.load_from_unpacked:
+ if not is_zip and not is_in_editor and not ModLoaderStore.ml_options.load_from_unpacked:
84
ModLoaderLog.debug("The mod from path \"%s\" is not loaded because loading from mods-unpacked has been disabled in the options." % mod_path, LOG_NAME)
85
continue
86
0 commit comments