mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-02 13:53:42 +01:00
And another one.
This commit is contained in:
parent
d7f8476e5b
commit
5cdb13328c
2 changed files with 5 additions and 6 deletions
|
|
@ -137,7 +137,7 @@ public partial class MetaManager : IDisposable, IEnumerable< KeyValuePair< MetaM
|
|||
}
|
||||
|
||||
var loaded = 0;
|
||||
foreach( var manip in Manipulations.Where( m => m.ManipulationType != MetaManipulation.Type.Imc ) )
|
||||
foreach( var manip in Manipulations )
|
||||
{
|
||||
loaded += manip.ManipulationType switch
|
||||
{
|
||||
|
|
@ -154,7 +154,6 @@ public partial class MetaManager : IDisposable, IEnumerable< KeyValuePair< MetaM
|
|||
: 0;
|
||||
}
|
||||
|
||||
SetImcFiles();
|
||||
if( Penumbra.CollectionManager.Default == _collection )
|
||||
{
|
||||
SetFiles();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue