1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 01:03:03 +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
commit bbcc6b4cae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();