1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:42:54 +08:00

Remove XML doc from HandleMessages

This commit is contained in:
Craftplacer 2020-01-25 14:40:16 +01:00
parent c6f450f932
commit 158b969052

View File

@ -66,9 +66,6 @@ namespace osu.Game.Online.Chat
HandleMessages(messages.First().ChannelId, messages);
}
/// <remarks>
/// Resolves the channel id
/// </remarks>
public void HandleMessages(long channelId, IEnumerable<Message> messages)
{
var channel = channelManager.JoinedChannels.SingleOrDefault(c => c.Id == channelId);