mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Trim whilespace
This commit is contained in:
@ -62,7 +62,7 @@ namespace osu.Game.Online.Chat
|
||||
private void currentChatChanged(ChatBase chatBase)
|
||||
{
|
||||
if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel))
|
||||
JoinedChannels.Add(channel);
|
||||
JoinedChannels.Add(channel);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user