mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 07:00:07 +08:00
Set DummyWorkingBeatmap's DeletePending to true.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace osu.Game.Beatmaps
|
||||
Title = "no beatmaps available!",
|
||||
Author = "no one",
|
||||
},
|
||||
BeatmapSet = new BeatmapSetInfo(),
|
||||
BeatmapSet = new BeatmapSetInfo { DeletePending = true },
|
||||
Difficulty = new BeatmapDifficulty
|
||||
{
|
||||
DrainRate = 0,
|
||||
|
||||
Reference in New Issue
Block a user