mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Only enable PathResolver if any character collections are set, fix mtrl staying in PathCollections.
This commit is contained in:
parent
1e5776a481
commit
9f6729dd0b
3 changed files with 46 additions and 4 deletions
|
|
@ -109,6 +109,10 @@ public class Penumbra : IDalamudPlugin
|
|||
{
|
||||
ResourceLoader.EnableFullLogging();
|
||||
}
|
||||
|
||||
if (CollectionManager.CharacterCollection.Count > 0)
|
||||
PathResolver.Enable();
|
||||
|
||||
ResidentResources.Reload();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue