mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
This commit is contained in:
@ -99,7 +99,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
|
||||
FillFlowContainer<ChannelListItem> flow = getFlowForChannel(channel);
|
||||
|
||||
channelMap.Remove(channel);
|
||||
flow.Remove(item);
|
||||
flow.Remove(item, true);
|
||||
|
||||
updateVisibility();
|
||||
}
|
||||
|
Reference in New Issue
Block a user