Make sure the SubstitutionProvider is initialized before the interface.

This commit is contained in:
Ottermandias 2023-11-29 17:23:37 +01:00
parent a408b8918c
commit 1101a7a986

View file

@ -85,6 +85,7 @@ public class Penumbra : IDalamudPlugin
_services.GetRequiredService<SkinFixer>();
_services.GetRequiredService<DalamudSubstitutionProvider>(); // Initialize before Interface.
SetupInterface();
SetupApi();