mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Revert beatmap query change
This commit is contained in:
parent
d08b1e5ae7
commit
2eda56ff08
@ -716,7 +716,7 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
var databasedBeatmap = BeatmapManager.QueryBeatmap(b => b.OnlineID == score.Beatmap.OnlineID);
|
||||
var databasedBeatmap = BeatmapManager.QueryBeatmap(b => b.ID == databasedScore.ScoreInfo.BeatmapInfo.ID);
|
||||
|
||||
if (databasedBeatmap == null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user