1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:05:35 +08:00

formatting inspection 2

This commit is contained in:
Max Hübner 2019-08-08 09:02:09 +02:00
parent bcd443a3aa
commit 0bed3bfece

View File

@ -221,7 +221,7 @@ namespace osu.Game.Online.Chat
}
var channel = availableChannels.Where(c => c.Name == content || c.Name == $"#{content}").FirstOrDefault();
if (channel == null)
{
target.AddNewMessages(new ErrorMessage($"Channel '{content}' not found."));