We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7a08 commit 843f062Copy full SHA for 843f062
addons/mod_loader/internal/path.gd
@@ -210,6 +210,9 @@ static func get_mod_paths_from_all_sources() -> Array[String]:
210
211
if ModLoaderStore.ml_options.load_from_steam_workshop:
212
mod_paths.append_array(_ModLoaderSteam.find_steam_workshop_zips())
213
+
214
+ if ModLoaderStore.ml_options.user_data_mods:
215
+ mod_paths.append_array(get_zip_paths_in(get_path_to_user_mods()))
216
217
return mod_paths
218
0 commit comments