少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-07 57ff18280ae8ba350e9fb1fec17709e57ed83345
3335 修改切图封包记录
1个文件已修改
5 ■■■■■ 已修改文件
Utility/StageLoadTimeOutCatcher.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/StageLoadTimeOutCatcher.cs
@@ -63,8 +63,9 @@
    {
        try
        {
            var title = StringUtility.Contact("地图加载记录-->玩家名称:", PlayerDatas.Instance.baseData.PlayerName);
            var description = StringUtility.Contact("服务器:", socketType, ";", "协议编号:", protocol, ";", "时间:", time.ToString("HH:mm:ss"));
            var title = StringUtility.Contact("地图加载记录-->协议编号:", protocol);
            var description = StringUtility.Contact("服务器:", socketType, ";",
                "协议编号:", protocol, ";", "时间:", time.ToString("HH:mm:ss"), "玩家:", PlayerDatas.Instance.baseData.PlayerName);
            ExceptionCatcher.ReportException(title, description);
        }