Skip to content

Commit 92e9a36

Browse files
authored
Force exit to menu on quick play disonnection (#35793)
1 parent 8f927ea commit 92e9a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osu.Game/Screens/OnlinePlay/Matchmaking/Match/ScreenMatchmaking.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ private void onRoomUpdated()
192192
if (this.IsCurrentScreen() && client.Room == null)
193193
{
194194
Logger.Log($"{this} exiting due to loss of room or connection");
195+
exitConfirmed = true;
195196
this.Exit();
196197
}
197198
}

0 commit comments

Comments
 (0)