mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 11:47:18 +08:00
Fix CI warning
This commit is contained in:
parent
8bcbc2cc26
commit
d606b5b3a7
@ -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>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user