| System/Chat/ChatCenter.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Chat/ChatCenter.cs
@@ -52,7 +52,7 @@ public StringBuilder m_EncodeBuilder = new StringBuilder(); void ParseConfig() { chatCharacterLimit = int.Parse(FuncConfigConfig.Get("MessageLength").Numerical1); chatCharacterLimit = 150;// int.Parse(FuncConfigConfig.Get("MessageLength").Numerical1); var _funcCfg = FuncConfigConfig.Get("BugleItem"); bugleItem = int.Parse(_funcCfg.Numerical1); chatChannels = new List<ChatInfoType>();