We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2075583 + 0fb1250 commit 2a9b1eaCopy full SHA for 2a9b1ea
osu.Game.Tournament/SaveChangesOverlay.cs
@@ -70,7 +70,7 @@ protected override void LoadComplete()
70
71
private async Task checkForChanges()
72
{
73
- string serialisedLadder = await Task.Run(() => tournamentGame.GetSerialisedLadder()).ConfigureAwait(false);
+ string serialisedLadder = await Task.Run(() => tournamentGame.GetSerialisedLadder()).ConfigureAwait(true);
74
75
// If a save hasn't been triggered by the user yet, populate the initial value
76
lastSerialisedLadder ??= serialisedLadder;
0 commit comments