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:
parent
5988b5924d
commit
4f4b0a1f35
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user