1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

getter on single line.

This commit is contained in:
Dean Herbert 2016-10-12 15:21:59 +09:00
parent 79b62d4373
commit 9276244d6a

View File

@ -95,7 +95,7 @@ namespace osu.Game.Overlays
loading.FadeOut(100);
addChannel(channels.Find(c => c.Name == @"#osu"));
});
//addChannel(channels.Find(c => c.Name == @"#lobby"));
//addChannel(channels.Find(c => c.Name == @"#english"));
@ -142,10 +142,7 @@ namespace osu.Game.Overlays
public ChatConsoleState State
{
get
{
return state;
}
get { return state; }
set
{