1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 02:00:22 +08:00

Revert beatmap query change

This commit is contained in:
Joseph Madamba 2024-04-22 11:15:50 -07:00
parent d08b1e5ae7
commit 2eda56ff08

View File

@ -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)
{