mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Fix the issue
This commit is contained in:
parent
1959c2daeb
commit
607a04ae73
@ -210,7 +210,10 @@ namespace osu.Game.Screens.Edit
|
||||
// this is a bit haphazard, but guards against setting the lease Beatmap bindable if
|
||||
// the editor has already been exited.
|
||||
if (!ValidForPush)
|
||||
{
|
||||
beatmapManager.Delete(loadableBeatmap.BeatmapSetInfo);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user