mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
ed498f6eed
Closes https://github.com/ppy/osu/issues/28216. The affected user's database contained six sentakki scores with an empty hash. When an online score is being imported, an online model (which does not have a hash) will be transmogrified into a `ScoreInfo` with an empty hash, which would end up accidentally matching those scores and basically breaking everything at that point. To fix, avoid attempting to match anything on empty hash. This does not break online score matching because for those cases the actual online ID of the score will be used. |
||
---|---|---|
.. | ||
Legacy | ||
HitResultDisplayStatistic.cs | ||
IScoreInfo.cs | ||
LegacyDatabasedScore.cs | ||
RankingTier.cs | ||
Score.cs | ||
ScoreImporter.cs | ||
ScoreInfo.cs | ||
ScoreInfoExtensions.cs | ||
ScoreManager.cs | ||
ScoreModelDownloader.cs | ||
ScoreRank.cs |