fix: remove export

This commit is contained in:
Anna 2021-04-27 21:15:43 -04:00
parent 2ae9af4d64
commit d8cc293af4
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ namespace NoSoliciting {
this.Interface = pluginInterface;
Loc.Setup(Resourcer.Resource.AsString("Resources/en.json"), Assembly.GetAssembly(typeof(Plugin)));
Loc.ExportLocalizable();
this.Config = this.Interface.GetPluginConfig() as PluginConfiguration ?? new PluginConfiguration();
this.Config.Initialise(this.Interface);