少年修仙传客户端代码仓库
client_Wu Xijin
2018-11-02 20de506d435665edeca7b4cf94d3d6e1d79685c3
4564 【前端】【1.2.0】优化功能开启表现结束的操作
1个文件已修改
4 ■■■ 已修改文件
System/NewBieGuidance/NewBieCenter.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/NewBieGuidance/NewBieCenter.cs
@@ -154,13 +154,15 @@
            FunctionalGuideCenter.Instance.RemoveAllUnderWayGuide();
            currentGuide = _id;
            MapTransferUtility.Instance.Clear();
            if (PlayerDatas.Instance.hero != null)
            {
                HeroAIRecorder.Record();
                PlayerDatas.Instance.hero.Behaviour.StopHandupAI();
                PlayerDatas.Instance.hero.StopPathFind();
            }
            MapTransferUtility.Instance.Clear();
            var config = Config.Instance.Get<GuideConfig>(currentGuide);
            guideStep = config.Steps.Length > 0 ? config.Steps[0] : 0;