mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-27 02:49:18 +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
|
|
@ -281,7 +281,7 @@ public class ItemSwapTab : IDisposable, ITab, IUiService
|
|||
if (newDir == null)
|
||||
return;
|
||||
|
||||
_modManager.AddMod(newDir);
|
||||
_modManager.AddMod(newDir, false);
|
||||
var mod = _modManager[^1];
|
||||
if (!_swapData.WriteMod(_modManager, mod, mod.Default,
|
||||
_useFileSwaps ? ItemSwapContainer.WriteType.UseSwaps : ItemSwapContainer.WriteType.NoSwaps))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue