mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Untangling the mods.
This commit is contained in:
parent
1d82e882ed
commit
4972dd1c9f
39 changed files with 883 additions and 935 deletions
|
|
@ -244,7 +244,7 @@ public class DuplicateManager
|
|||
try
|
||||
{
|
||||
var mod = new Mod(modDirectory);
|
||||
mod.Reload(_modManager, true, out _);
|
||||
_modManager.Creator.ReloadMod(mod, true, out _);
|
||||
|
||||
Finished = false;
|
||||
_files.UpdateAll(mod, mod.Default);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue