mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 11:02:56 +08:00
Add missing early return
As spotted in testing with production. Would cause submission to proceed even if the export did, with an empty archive.
This commit is contained in:
parent
98ff4e054a
commit
b3aba537b5
@ -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