fix: specify WorkingPluginId when saving

This commit is contained in:
goat 2023-09-27 23:27:51 +02:00
parent 63764cb669
commit f027b684ed
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 4 additions and 3 deletions

View file

@ -343,7 +343,7 @@ public sealed class DalamudPluginInterface : IDisposable
if (currentConfig == null)
return;
this.configs.Save(currentConfig, this.plugin.InternalName);
this.configs.Save(currentConfig, this.plugin.InternalName, this.plugin.Manifest.WorkingPluginId);
}
/// <summary>