mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Refactors/renames
This commit is contained in:
@ -267,7 +267,7 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
var databasedBeatmap = BeatmapManager.QueryBeatmap(b => b.ID == score.BeatmapInfo.ID);
|
||||
var databasedBeatmap = BeatmapManager.QueryBeatmap(b => b.ID == score.Beatmap.ID);
|
||||
|
||||
if (databasedBeatmap == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user