mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Clean up BeatmapManager
query methods
This commit is contained in:
@ -131,7 +131,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
bool loadThemedIntro()
|
||||
{
|
||||
setInfo = beatmaps.QueryBeatmapSets(b => b.Hash == BeatmapHash).FirstOrDefault();
|
||||
setInfo = beatmaps.QueryBeatmapSet(b => b.Hash == BeatmapHash);
|
||||
|
||||
if (setInfo == null)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user