Increase maximum chat history.

This commit is contained in:
Dean Herbert 2017-02-20 21:07:44 +09:00
parent 737bd62c30
commit 729f2eec8d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class Channel
//internal bool Joined;
public const int MAX_HISTORY = 100;
public const int MAX_HISTORY = 300;
[JsonConstructor]
public Channel()