From fb0b54e66a9f0d22f4cc9c3beb17b7c116085d99 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Fri, 26 May 2017 03:28:09 -0300 Subject: [PATCH] Remove merge error --- osu.Game/Online/Chat/Channel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Online/Chat/Channel.cs b/osu.Game/Online/Chat/Channel.cs index d48de42fa1..ba410948cc 100644 --- a/osu.Game/Online/Chat/Channel.cs +++ b/osu.Game/Online/Chat/Channel.cs @@ -28,8 +28,6 @@ namespace osu.Game.Online.Chat public readonly SortedList Messages = new SortedList(Comparer.Default); - public readonly SortedList Messages = new SortedList((m1, m2) => m1.Id.CompareTo(m2.Id)); - public bool ReadOnly => Name != "#lazer"; public const int MAX_HISTORY = 300;