mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Fix bug preventing deduplication.
This commit is contained in:
parent
1f2f66b114
commit
bbbf65eb4c
3 changed files with 5 additions and 2 deletions
|
|
@ -84,7 +84,10 @@ public class DuplicateManager(ModManager modManager, SaveService saveService, Co
|
|||
if (useModManager)
|
||||
modManager.OptionEditor.SetFiles(subMod, dict, SaveType.ImmediateSync);
|
||||
else
|
||||
{
|
||||
subMod.Files = dict;
|
||||
saveService.ImmediateSaveSync(new ModSaveGroup(mod.ModPath, subMod, config.ReplaceNonAsciiOnImport));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue