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:
parent
79b62d4373
commit
9276244d6a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user