1
0
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:
Vanni
2025-11-28 03:25:43 +01:00
committed by GitHub
Unverified
parent 8f927ea7b5
commit 92e9a36744
@@ -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();
}
}