少年修仙传客户端代码仓库
System/Chat/ChatCenter.cs
@@ -79,6 +79,10 @@
            if (config != null)
            {
                LocalChatHistory.localSaveCount = int.Parse(config.Numerical1);
                if (!string.IsNullOrEmpty(config.Numerical2))
                {
                    LocalChatHistory.localChatKeepHour = int.Parse(config.Numerical2);
                }
            }
        }