[CORE] Change OWML Loading

This commit is contained in:
Ben C 2023-03-08 08:43:34 -05:00
parent f572c3c937
commit 9fd6ce2a36

View File

@ -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![],
})
}