mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:41:54 +08:00
Use another beatmap query to not depend on databased score info
This commit is contained in:
+1
-1
@@ -718,7 +718,7 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
var databasedBeatmap = BeatmapManager.QueryBeatmap(b => b.ID == databasedScoreInfo.BeatmapInfo.ID);
|
||||
var databasedBeatmap = BeatmapManager.QueryBeatmap(b => b.OnlineID == score.Beatmap.OnlineID);
|
||||
|
||||
if (databasedBeatmap == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user