mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply newline additions
This commit is contained in:
@ -99,6 +99,7 @@ namespace osu.Game.Overlays.Chat
|
||||
private void pendingMessageResolved(Message existing, Message updated)
|
||||
{
|
||||
var found = ChatLineFlow.Children.LastOrDefault(c => c.Message == existing);
|
||||
|
||||
if (found != null)
|
||||
{
|
||||
Trace.Assert(updated.Id.HasValue, "An updated message was returned with no ID.");
|
||||
|
Reference in New Issue
Block a user