diff --git a/TheGreatSeparator/TheGreatSeparator.cs b/TheGreatSeparator/TheGreatSeparator.cs index 2c6c83e..2cbbd96 100755 --- a/TheGreatSeparator/TheGreatSeparator.cs +++ b/TheGreatSeparator/TheGreatSeparator.cs @@ -56,7 +56,7 @@ namespace TheGreatSeparator { private byte OriginalSeparator { get; } private IntPtr SeparatorPtr { get; } = IntPtr.Zero; - internal TheGreatSeparator() { + public TheGreatSeparator() { this.Config = this.Interface.GetPluginConfig() as Configuration ?? new Configuration(); this.Config.Initialise(this.Interface); diff --git a/TheGreatSeparator/TheGreatSeparator.csproj b/TheGreatSeparator/TheGreatSeparator.csproj index 61f46e5..2e42117 100755 --- a/TheGreatSeparator/TheGreatSeparator.csproj +++ b/TheGreatSeparator/TheGreatSeparator.csproj @@ -5,6 +5,7 @@ latest enable true + false