mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Increase maximum chat history.
This commit is contained in:
parent
737bd62c30
commit
729f2eec8d
@ -30,7 +30,7 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
//internal bool Joined;
|
||||
|
||||
public const int MAX_HISTORY = 100;
|
||||
public const int MAX_HISTORY = 300;
|
||||
|
||||
[JsonConstructor]
|
||||
public Channel()
|
||||
|
Loading…
Reference in New Issue
Block a user