少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-30 3878096a7b556df30e92428299334225b2b692e5
2199 加载地图过程中可能出现错误的记录
2个文件已修改
10 ■■■■■ 已修改文件
Core/NetworkPackage/DTCFile/ServerPack/HA1_Sys/DTCA127_tagMCStartChangeMap.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Stage/StageManager.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/NetworkPackage/DTCFile/ServerPack/HA1_Sys/DTCA127_tagMCStartChangeMap.cs
@@ -46,14 +46,6 @@
        base.Done(vNetPack);
        DEBUG_A127 = true;
        if (DTC0403_tagPlayerLoginLoadOK.neverLoginOk)
        {
#if !UNITY_EDITOR
            // OperationLogCollect.Instance.BugReport("A127错误", "在首次登录未完成时客户端收到A127 ");
#endif
            Debug.LogError("在首次登录未完成时客户端收到A127!请通知蔡瀚");
        }
        var package = vNetPack as HA127_tagMCStartChangeMap;
        DEBUG_STEP = 0;
@@ -139,7 +131,6 @@
        DungeonStage.CurrentMapType = (MapType)_mapConfig.MapFBType;
        if (StageManager.Instance.currentMapResId == _mapResConfig.ID)
        {
            // OperationLogCollect.Instance.BugReport("Warning", "A127 Load Same MapID:" + _mapResConfig.ID);
#if UNITY_EDITOR
            Debug.LogFormat("DTCA127_tagMCStartChangeMap出现加载相同地图行为:" + _mapResConfig.ID);
#endif
Fight/Stage/StageManager.cs
@@ -134,7 +134,6 @@
    {
        if (currentMapResId != 0 && currentMapResId == mapResConfigID)
        {
            //OperationLogCollect.Instance.BugReport("Warning", "StageManager Load Same MapID:" + mapResConfigID);
#if UNITY_EDITOR
            Debug.LogFormat("StageManager出现加载相同地图行为:" + mapResConfigID);
#endif