mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Merge pull request #31926 from bdach/accidentally-a-return
Fix beatmap export failure not aborting submission process
This commit is contained in:
@@ -249,6 +249,7 @@ namespace osu.Game.Screens.Edit.Submission
|
||||
exportProgressNotification = null;
|
||||
Logger.Log($"Beatmap set submission failed on export: {ex}");
|
||||
allowExit();
|
||||
return;
|
||||
}
|
||||
|
||||
exportStep.SetCompleted();
|
||||
|
||||
Reference in New Issue
Block a user