Merge branch 'master' into beatmap-update-online-flow

This commit is contained in:
Dan Balasescu
2022-07-20 15:15:51 +09:00
86 changed files with 220 additions and 305 deletions

View File

@ -66,10 +66,10 @@ namespace osu.Game.Online.Spectator
await connector.Reconnect();
await BeginPlayingInternal(state);
return;
}
throw;
// Exceptions can occur if, for instance, the locally played beatmap doesn't have a server-side counterpart.
// For now, let's ignore these so they don't cause unobserved exceptions to appear to the user (and sentry).
}
}