DalamudConfiguration.ForceSave should wait for the save task to exit

This commit is contained in:
goaaats 2025-04-25 21:43:10 +02:00
parent ce49b0d51f
commit 0db49a5642

View file

@ -561,6 +561,8 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
public void ForceSave()
{
this.Save();
this.isSaveQueued = false;
this.writeTask?.GetAwaiter().GetResult();
}
/// <inheritdoc/>