mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
This commit is contained in:
@ -181,7 +181,7 @@ namespace osu.Game.Overlays.Chat
|
||||
{
|
||||
Trace.Assert(updated.Id.HasValue, "An updated message was returned with no ID.");
|
||||
|
||||
ChatLineFlow.Remove(found);
|
||||
ChatLineFlow.Remove(found, false);
|
||||
found.Message = updated;
|
||||
ChatLineFlow.Add(found);
|
||||
}
|
||||
|
Reference in New Issue
Block a user