mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Make sure the SubstitutionProvider is initialized before the interface.
This commit is contained in:
parent
a408b8918c
commit
1101a7a986
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ public class Penumbra : IDalamudPlugin
|
|||
|
||||
_services.GetRequiredService<SkinFixer>();
|
||||
|
||||
_services.GetRequiredService<DalamudSubstitutionProvider>(); // Initialize before Interface.
|
||||
SetupInterface();
|
||||
SetupApi();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue