少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-31 dc1cc8378f4271a6fffbe60dff0630cdead6cab1
Fight/MapTransferUtility.cs
@@ -489,11 +489,6 @@
            _model.RequestMapTransport(_npcLocation.mapId);
            m_SwitchMapFinished = false;
            m_MapID = _npcLocation.mapId;
            var mapResourceConfig = MapResourcesConfig.GetConfig(MapUtility.GetDataMapId(_npcLocation.mapId), 0);
            if (mapResourceConfig != null)
            {
                LoadingWin.targetMapResId = mapResourceConfig.ID;
            }
        }
        // 找不到或者是本地图
        // 找不到可能是客户端对象,也可能是配置不存在
@@ -727,8 +722,6 @@
                SysNotifyMgr.Instance.ShowTip("PK_Leave");
                return;
            }
            LoadingWin.targetMapResId = MapUtility.GetMapResourceId(npcLocation.mapId, 0);
        }
        _hero.Behaviour.StopHandupAI(true);
@@ -788,8 +781,6 @@
                SysNotifyMgr.Instance.ShowTip("Map_Delivery");
                return;
            }
            LoadingWin.targetMapResId = MapUtility.GetMapResourceId(mapID, 0);
        }
        _hero.Behaviour.StopHandupAI(true);