Fix reset and reload not working

This commit is contained in:
MidoriKami 2024-01-28 17:55:49 -08:00 committed by KazWolfe
parent 9d6756fbca
commit 31c3c1ecc0
2 changed files with 3 additions and 3 deletions

View file

@ -1094,7 +1094,7 @@ internal partial class PluginManager : IDisposable, IServiceType
{
try
{
this.PluginConfigs.Delete(plugin.Name);
this.PluginConfigs.Delete(plugin.Manifest.InternalName);
break;
}
catch (IOException)