mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 15:00:44 +08:00
Force exit to menu on quick play disonnection (#35793)
This commit is contained in:
@@ -192,6 +192,7 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.Match
|
||||
if (this.IsCurrentScreen() && client.Room == null)
|
||||
{
|
||||
Logger.Log($"{this} exiting due to loss of room or connection");
|
||||
exitConfirmed = true;
|
||||
this.Exit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user