Skip to content

Commit

Permalink
Merge pull request #15 from ILW8/skip-results-state-on-manual-ext
Browse files Browse the repository at this point in the history
skip to MultiplayerRoomState.Open when manually exiting during gameplay
  • Loading branch information
ILW8 authored Apr 6, 2024
2 parents d214196 + aab08bc commit d9875ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Online/Multiplayer/MultiplayerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Task IMultiplayerClient.RoomStateChanged(MultiplayerRoomState state)
break;

case MultiplayerRoomState.Playing:
ManualExitRequested = false;
APIRoom.Status.Value = new RoomStatusPlaying();
ManualExitRequested = false;
break;
Expand Down

0 comments on commit d9875ce

Please sign in to comment.