| System/NewBieGuidance/NewBieCenter.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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;