1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Fix the issue

This commit is contained in:
Cootz 2023-04-28 17:45:00 +03:00 committed by Dean Herbert
parent 1959c2daeb
commit 607a04ae73

View File

@ -210,8 +210,11 @@ namespace osu.Game.Screens.Edit
// this is a bit haphazard, but guards against setting the lease Beatmap bindable if // this is a bit haphazard, but guards against setting the lease Beatmap bindable if
// the editor has already been exited. // the editor has already been exited.
if (!ValidForPush) if (!ValidForPush)
{
beatmapManager.Delete(loadableBeatmap.BeatmapSetInfo);
return; return;
} }
}
try try
{ {