1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Allow posting to chat in all channels

This commit is contained in:
Dean Herbert 2017-09-06 20:26:01 +09:00
parent 5988b5924d
commit 4f4b0a1f35

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;