1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 13:27:23 +08:00

Fix osu! deleting beatmaps on startup if MenuMusic is disabled

This commit is contained in:
EVAST9919 2017-11-04 19:42:28 +03:00
parent 7fa3ac8cf2
commit 1afe2c18be

View File

@ -99,6 +99,8 @@ namespace osu.Game.Screens.Menu
welcome = audio.Sample.Get(@"welcome");
seeya = audio.Sample.Get(@"seeya");
if (setInfo.Protected)
beatmaps.Delete(setInfo);
}