mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 05:43:42 +08:00
formatting inspection 2
This commit is contained in:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user