1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 22:22:54 +08:00

Set DummyWorkingBeatmap's DeletePending to true.

This commit is contained in:
Huo Yaoyuan 2017-08-28 17:53:03 +08:00
parent 5f746c1c6a
commit 1617189475

View File

@ -26,7 +26,7 @@ namespace osu.Game.Beatmaps
Title = "no beatmaps available!", Title = "no beatmaps available!",
Author = "no one", Author = "no one",
}, },
BeatmapSet = new BeatmapSetInfo(), BeatmapSet = new BeatmapSetInfo { DeletePending = true },
Difficulty = new BeatmapDifficulty Difficulty = new BeatmapDifficulty
{ {
DrainRate = 0, DrainRate = 0,