mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Parsing...
This commit is contained in:
parent
2d8b7efc00
commit
65fbf13afe
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1dad8d07047be0851f518cdac2b1c8bc76a7be98
|
Subproject commit 96e95378325ff1533ca41b934fcb712f24d5260b
|
||||||
|
|
@ -79,7 +79,6 @@ public class Penumbra : IDalamudPlugin
|
||||||
_services.GetService<ModelResourceHandleUtility>(); // Initialize because not required anywhere else.
|
_services.GetService<ModelResourceHandleUtility>(); // Initialize because not required anywhere else.
|
||||||
_collectionManager.Caches.CreateNecessaryCaches();
|
_collectionManager.Caches.CreateNecessaryCaches();
|
||||||
_services.GetService<PathResolver>();
|
_services.GetService<PathResolver>();
|
||||||
|
|
||||||
_services.GetService<SkinFixer>();
|
_services.GetService<SkinFixer>();
|
||||||
|
|
||||||
_services.GetService<DalamudSubstitutionProvider>(); // Initialize before Interface.
|
_services.GetService<DalamudSubstitutionProvider>(); // Initialize before Interface.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue