mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 16:16:07 +08:00
Merge pull request #31926 from bdach/accidentally-a-return
Fix beatmap export failure not aborting submission process
This commit is contained in:
commit
bbcc6b4cae
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user