少年修仙传客户端代码仓库
client_linchunjie
2018-08-31 1fd51b033f51cb0f92441b1f1f5c519482dc7797
2873 修改聊天监控地址
1个文件已修改
2 ■■■ 已修改文件
Utility/OperationLogCollect.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/OperationLogCollect.cs
@@ -130,7 +130,7 @@
    }
    const string chatReportUrl = "http://monitor.secondworld.net.cn:12000/chat_receiver";
    const string chatReportUrl = "http://monitor.secondworld.net.cn:12000/chat_receiver?";
    public void ChatReport(string content, string channelName, string toPlayer)
    {
#if !UNITY_EDITOR