From 2e872d66d7169ccb3ecd29e158f83a012ce251fe Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Wed, 21 Sep 2022 10:01:32 +0000 Subject: [PATCH] fix: remove Initialise call --- Dalamud/Plugin/Internal/Types/LocalPlugin.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dalamud/Plugin/Internal/Types/LocalPlugin.cs b/Dalamud/Plugin/Internal/Types/LocalPlugin.cs index 66ff1cdf1..f34990b94 100644 --- a/Dalamud/Plugin/Internal/Types/LocalPlugin.cs +++ b/Dalamud/Plugin/Internal/Types/LocalPlugin.cs @@ -422,8 +422,6 @@ internal class LocalPlugin : IDisposable return; } - SignatureHelper.Initialise(this.instance); - // In-case the manifest name was a placeholder. Can occur when no manifest was included. if (this.Manifest.Name.IsNullOrEmpty()) {