mirror of
https://github.com/ppy/osu
synced 2025-03-21 02:17:48 +00: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;
|
toRemove.Action = null;
|
||||||
|
|
||||||
roomFlow.Remove(toRemove);
|
roomFlow.Remove(toRemove);
|
||||||
|
|
||||||
|
if (currentRoom.Value == r)
|
||||||
|
currentRoom.Value = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user