1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:09:53 +08:00

Merge branch 'master' into fix-multiplayer-match-song-select-realm

This commit is contained in:
Bartłomiej Dach
2022-04-06 21:58:12 +02:00
committed by GitHub
Unverified
+1 -1
View File
@@ -147,7 +147,7 @@ namespace osu.Game.Screens.Menu
bool loadThemedIntro()
{
var setInfo = beatmaps.QueryBeatmapSet(b => b.Hash == BeatmapHash);
var setInfo = beatmaps.QueryBeatmapSet(b => b.Protected && b.Hash == BeatmapHash);
if (setInfo == null)
return false;