mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Check against databasedSet instead of function param
This commit is contained in:
parent
e9269dc83b
commit
55a6e43778
@ -255,7 +255,7 @@ namespace osu.Game
|
|||||||
menuScreen.LoadToSolo();
|
menuScreen.LoadToSolo();
|
||||||
|
|
||||||
// we might even already be at the song
|
// we might even already be at the song
|
||||||
if (Beatmap.Value.BeatmapSetInfo.OnlineBeatmapSetID == beatmap.OnlineBeatmapSetID)
|
if (Beatmap.Value.BeatmapSetInfo.Hash == databasedSet.Hash)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user