1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:09:54 +08:00

Merge pull request #31926 from bdach/accidentally-a-return

Fix beatmap export failure not aborting submission process
This commit is contained in:
Dean Herbert
2025-02-18 20:17:20 +09:00
committed by GitHub
Unverified
@@ -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();