mirror of
https://github.com/ppy/osu
synced 2025-01-29 09:13:14 +00: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…
Reference in New Issue
Block a user