1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Merge remote-tracking branch 'origin/master' into menu-bar

This commit is contained in:
smoogipooo 2017-09-07 15:32:01 +09:00
commit 871ca7520f

View File

@ -30,7 +30,7 @@ namespace osu.Game.Online.Chat
public Bindable<bool> Joined = new Bindable<bool>();
public bool ReadOnly => Name != "#lazer";
public bool ReadOnly => false;
public const int MAX_HISTORY = 300;