mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14: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
|
|
@ -225,7 +225,7 @@ public class DuplicateManager(ModManager modManager, SaveService saveService, Co
|
|||
if (!useModManager || !modManager.TryGetMod(modDirectory.Name, string.Empty, out var mod))
|
||||
{
|
||||
mod = new Mod(modDirectory);
|
||||
modManager.Creator.ReloadMod(mod, true, out _);
|
||||
modManager.Creator.ReloadMod(mod, true, true, out _);
|
||||
}
|
||||
|
||||
Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue