mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
Fix reset and reload not working
This commit is contained in:
parent
9d6756fbca
commit
31c3c1ecc0
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue