mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-17 13:27:44 +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
|
|
@ -79,7 +79,7 @@ public class ModImportManager(ModManager modManager, Configuration config, ModEd
|
|||
return false;
|
||||
}
|
||||
|
||||
modManager.AddMod(directory);
|
||||
modManager.AddMod(directory, true);
|
||||
mod = modManager.LastOrDefault();
|
||||
return mod != null && mod.ModPath == directory;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue