mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
formatting inspection
This commit is contained in:
parent
2f5d23b354
commit
ffb6794b4e
@ -222,6 +222,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."));
|
||||
|
Loading…
Reference in New Issue
Block a user