少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-20 a3385e8e2f90cf2a20e6d81fc4a8d47b58ee4c05
3335 fixed 连续新手引导时,新手引导卡住.

(cherry picked from commit 27e56c4015c7a10e4a389096ff18405ed9f5d730)
1个文件已修改
6 ■■■■ 已修改文件
System/NewBieGuidance/NewBieCenter.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/NewBieGuidance/NewBieCenter.cs
@@ -198,7 +198,7 @@
        {
            var guideRecord = currentGuide;
            currentGuide = 0;
            WindowCenter.Instance.Close<NewBieWin>();
            WindowCenter.Instance.CloseImmediately("NewBieWin");
            if (!completeGuidesBuf.Contains(guideRecord))
            {
@@ -387,7 +387,7 @@
            GameNetSystem.Instance.SendInfo(send);
            currentGuide = 0;
            WindowCenter.Instance.Close<NewBieWin>();
            WindowCenter.Instance.CloseImmediately("NewBieWin");
            var allGuideKeys = GuideConfig.GetKeys();
            for (int i = 0; i < allGuideKeys.Count; i++)
@@ -405,7 +405,7 @@
            GameNetSystem.Instance.SendInfo(send);
            currentGuide = 0;
            WindowCenter.Instance.Close<NewBieWin>();
            WindowCenter.Instance.CloseImmediately("NewBieWin");
            completeGuidesBuf.Clear();
        }