mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
[CORE] Change OWML Loading
This commit is contained in:
parent
f572c3c937
commit
9fd6ce2a36
@ -99,7 +99,7 @@ impl LocalDatabase {
|
||||
Some(LocalMod {
|
||||
enabled: true,
|
||||
manifest: owml_manifest,
|
||||
mod_path: "".to_string(), // <-- Empty bc the config already has it and also less copies
|
||||
mod_path: config.owml_path.clone(),
|
||||
errors: vec![],
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user