mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Increase maximum chat history.
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Online.Chat
|
|||||||
|
|
||||||
//internal bool Joined;
|
//internal bool Joined;
|
||||||
|
|
||||||
public const int MAX_HISTORY = 100;
|
public const int MAX_HISTORY = 300;
|
||||||
|
|
||||||
[JsonConstructor]
|
[JsonConstructor]
|
||||||
public Channel()
|
public Channel()
|
||||||
|
Reference in New Issue
Block a user