mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:59:53 +08:00
Fix multiplayer spectator crash due to track potentially not being loaded in time
This commit is contained in:
@@ -314,6 +314,9 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
||||
|
||||
public override void OnSuspending(ScreenTransitionEvent e)
|
||||
{
|
||||
// Should be a noop in most cases, but let's ensure beyond doubt that the beatmap is in a correct state.
|
||||
updateWorkingBeatmap();
|
||||
|
||||
onLeaving();
|
||||
base.OnSuspending(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user