mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-17 22:24:22 +01:00
Fix some bugs.
This commit is contained in:
parent
a2fd070c86
commit
49f1f7020f
5 changed files with 14 additions and 8 deletions
|
|
@ -98,6 +98,7 @@ public class ModFileCollection : IDisposable
|
|||
_usedPaths.Remove(oldPath.Item2);
|
||||
if (!gamePath.IsEmpty)
|
||||
{
|
||||
file.SubModUsage[pathIdx] = (oldPath.Item1, gamePath);
|
||||
_usedPaths.Add(gamePath);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue