mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Set an empty list as default for AvailableChannels (mostly so that tests don't break, but also so that if no connection exists, the links don't break)
This commit is contained in:
parent
2129d6cede
commit
18eabd35f6
@ -65,7 +65,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
public Bindable<double> ChatHeight { get; set; }
|
||||
|
||||
public List<Channel> AvailableChannels { get; private set; }
|
||||
public List<Channel> AvailableChannels { get; private set; } = new List<Channel>();
|
||||
private readonly Container channelSelectionContainer;
|
||||
private readonly ChannelSelectionOverlay channelSelection;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user