mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Fix bug with expanding IMC files.
This commit is contained in:
parent
a798eabf67
commit
48a443921e
4 changed files with 15 additions and 10 deletions
|
|
@ -253,16 +253,15 @@ public partial class ModCollection
|
|||
if( addMetaChanges )
|
||||
{
|
||||
++ChangeCounter;
|
||||
if( mod.TotalManipulations > 0 )
|
||||
{
|
||||
AddMetaFiles();
|
||||
}
|
||||
if( _collection == Penumbra.CollectionManager.Default )
|
||||
{
|
||||
Penumbra.ResidentResources.Reload();
|
||||
MetaManipulations.SetFiles();
|
||||
}
|
||||
|
||||
if( mod.TotalManipulations > 0 )
|
||||
{
|
||||
AddMetaFiles();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue