mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Fix test failures due to player bailing early after failing to load beatmap
This commit is contained in:
parent
619b0cc69b
commit
6d124513e7
@ -180,7 +180,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
bool exiting = base.OnExiting(e);
|
bool exiting = base.OnExiting(e);
|
||||||
submitFromFailOrQuit();
|
submitFromFailOrQuit();
|
||||||
statics.SetValue(Static.LastLocalUserScore, Score.ScoreInfo.DeepClone());
|
statics.SetValue(Static.LastLocalUserScore, Score?.ScoreInfo.DeepClone());
|
||||||
return exiting;
|
return exiting;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user