mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Remove merge error
This commit is contained in:
parent
64016f9466
commit
fb0b54e66a
@ -28,8 +28,6 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
public readonly SortedList<Message> Messages = new SortedList<Message>(Comparer<Message>.Default);
|
||||
|
||||
public readonly SortedList<Message> Messages = new SortedList<Message>((m1, m2) => m1.Id.CompareTo(m2.Id));
|
||||
|
||||
public bool ReadOnly => Name != "#lazer";
|
||||
|
||||
public const int MAX_HISTORY = 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user