Fix CI warning

This commit is contained in:
Dean Herbert 2017-05-17 22:13:56 +09:00
parent 8bcbc2cc26
commit d606b5b3a7

View File

@ -206,7 +206,7 @@ namespace osu.Game.Overlays
private long? lastMessageId;
private List<Channel> careChannels = new List<Channel>();
private readonly List<Channel> careChannels = new List<Channel>();
private readonly List<DrawableChannel> loadedChannels = new List<DrawableChannel>();