mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Hopefully fix issue with missing caches.
This commit is contained in:
parent
c2933ba95c
commit
3d5765796e
4 changed files with 10 additions and 5 deletions
|
|
@ -51,6 +51,7 @@ public class CollectionCacheManager : IDisposable
|
|||
_communicator.ModSettingChanged.Subscribe(OnModSettingChange);
|
||||
_communicator.CollectionInheritanceChanged.Subscribe(OnCollectionInheritanceChange);
|
||||
CreateNecessaryCaches();
|
||||
_active.Individuals.Loaded += CreateNecessaryCaches;
|
||||
|
||||
if (!MetaFileManager.CharacterUtility.Ready)
|
||||
MetaFileManager.CharacterUtility.LoadingFinished += IncrementCounters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue