mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Small style changes
This commit is contained in:
@ -256,7 +256,6 @@ namespace osu.Game.Overlays.Chat
|
||||
});
|
||||
}
|
||||
|
||||
// Add text after the last link
|
||||
var lastLink = message.Links[message.Links.Count - 1];
|
||||
contentFlow.AddText(message.Content.Substring(lastLink.Index + lastLink.Length));
|
||||
}
|
||||
|
Reference in New Issue
Block a user