mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Check against databasedSet instead of function param
This commit is contained in:
@ -255,7 +255,7 @@ namespace osu.Game
|
||||
menuScreen.LoadToSolo();
|
||||
|
||||
// we might even already be at the song
|
||||
if (Beatmap.Value.BeatmapSetInfo.OnlineBeatmapSetID == beatmap.OnlineBeatmapSetID)
|
||||
if (Beatmap.Value.BeatmapSetInfo.Hash == databasedSet.Hash)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user