1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 04:19:53 +08:00

Compare commits

..

2 Commits

@@ -190,8 +190,7 @@ namespace osu.Game.Online.Multiplayer
return joinOrLeaveTaskChain.Add(async () =>
{
await scheduledReset.ConfigureAwait(false);
if (Room != null)
await LeaveRoomInternal().ConfigureAwait(false);
await LeaveRoomInternal().ConfigureAwait(false);
});
}