mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Deselect match if ended
This commit is contained in:
parent
03546c9d0d
commit
72016a416b
@ -99,6 +99,9 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
toRemove.Action = null;
|
||||
|
||||
roomFlow.Remove(toRemove);
|
||||
|
||||
if (currentRoom.Value == r)
|
||||
currentRoom.Value = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user