Now that's a collection manager.

This commit is contained in:
Ottermandias 2023-04-06 15:47:33 +02:00
parent 5a817db069
commit f85fc46fb7
55 changed files with 2433 additions and 2317 deletions

View file

@ -153,7 +153,7 @@ public partial class MetaManager : IDisposable, IEnumerable< KeyValuePair< MetaM
: 0;
}
if( Penumbra.CollectionManager.Default == _collection )
if( Penumbra.CollectionManager.Active.Default == _collection )
{
SetFiles();
Penumbra.ResidentResources.Reload();