1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 07:53:41 +08:00

Merge pull request #784 from peppy/general-fixes

Fix CI warning
This commit is contained in:
Dean Herbert
2017-05-17 22:57:01 +09:00
committed by GitHub
Unverified
+1 -1
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>();