diff --git a/LightlessSync/Plugin.cs b/LightlessSync/Plugin.cs index 531522b..bd13bd9 100644 --- a/LightlessSync/Plugin.cs +++ b/LightlessSync/Plugin.cs @@ -114,6 +114,7 @@ public sealed class Plugin : IDalamudPlugin collection.AddSingleton(); collection.AddSingleton(); collection.AddSingleton(); + collection.AddSingleton(s => new Lazy(() => s.GetRequiredService())); collection.AddSingleton(); collection.AddSingleton(); collection.AddSingleton();