Skip to content

Commit

Permalink
Remove Resolver.Initialize call
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed Jun 20, 2022
1 parent 51aaec7 commit 02b414f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FFXIVPlugin/XIVDeckPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ public sealed class XIVDeckPlugin : IDalamudPlugin {
private readonly IPCManager _ipcManager;

public XIVDeckPlugin(DalamudPluginInterface pluginInterface) {
// Injections management
pluginInterface.Create<Injections>();
Resolver.Initialize(Injections.SigScanner.SearchBase);

Instance = this;

this.PluginInterface = pluginInterface;

this.Configuration = this.PluginInterface.GetPluginConfig() as PluginConfig ?? new PluginConfig();
Expand Down

0 comments on commit 02b414f

Please sign in to comment.