mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Delete default meta entries from archives and api added mods if not configured otherwise.
This commit is contained in:
parent
f8e3b6777f
commit
f5e6132462
14 changed files with 95 additions and 73 deletions
|
|
@ -46,7 +46,7 @@ public class ModNormalizer(ModManager modManager, Configuration config, SaveServ
|
|||
if (!config.AutoReduplicateUiOnImport)
|
||||
return;
|
||||
|
||||
if (modManager.Creator.LoadMod(modDirectory, false) is not { } mod)
|
||||
if (modManager.Creator.LoadMod(modDirectory, false, false) is not { } mod)
|
||||
return;
|
||||
|
||||
Dictionary<FullPath, List<(IModDataContainer, Utf8GamePath)>> paths = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue