1
0
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:
smoogipoo 2018-12-20 15:17:08 +09:00
parent 03546c9d0d
commit 72016a416b

View File

@ -99,6 +99,9 @@ namespace osu.Game.Screens.Multi.Lounge.Components
toRemove.Action = null;
roomFlow.Remove(toRemove);
if (currentRoom.Value == r)
currentRoom.Value = null;
}
}