Only enable PathResolver if any character collections are set, fix mtrl staying in PathCollections.

This commit is contained in:
Ottermandias 2022-03-24 22:32:40 +01:00
parent 1e5776a481
commit 9f6729dd0b
3 changed files with 46 additions and 4 deletions

View file

@ -109,6 +109,10 @@ public class Penumbra : IDalamudPlugin
{
ResourceLoader.EnableFullLogging();
}
if (CollectionManager.CharacterCollection.Count > 0)
PathResolver.Enable();
ResidentResources.Reload();
}