mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 03:45:09 +08:00
Revert beatmap query change
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user