mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Deselect match if ended
This commit is contained in:
@ -99,6 +99,9 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
toRemove.Action = null;
|
||||
|
||||
roomFlow.Remove(toRemove);
|
||||
|
||||
if (currentRoom.Value == r)
|
||||
currentRoom.Value = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user