mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
formatting inspection
This commit is contained in:
@ -222,6 +222,7 @@ namespace osu.Game.Online.Chat
|
|||||||
}
|
}
|
||||||
|
|
||||||
var channel = availableChannels.Where(c => c.Name == content || c.Name == $"#{content}").FirstOrDefault();
|
var channel = availableChannels.Where(c => c.Name == content || c.Name == $"#{content}").FirstOrDefault();
|
||||||
|
|
||||||
if (channel == null)
|
if (channel == null)
|
||||||
{
|
{
|
||||||
target.AddNewMessages(new ErrorMessage($"Channel '{content}' not found."));
|
target.AddNewMessages(new ErrorMessage($"Channel '{content}' not found."));
|
||||||
|
Reference in New Issue
Block a user