瀏覽代碼

暂时屏蔽前置剧情

zhaoyang 3 年之前
父節點
當前提交
c1d31daa1d
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. 9 9
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 9 - 9
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -177,15 +177,15 @@ namespace GFGGame
             else
             {
                 MainStoryDataManager.currentChapterCfgId = 10001;
-                if (GameGlobal.isFirstEntry == true)
-                {
-                    // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW, });
-                    StoryController.ShowPriorStoryDialog();
-                }
-                else
-                {
-                    ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, MainStoryDataManager.currentChapterCfgId, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW });
-                }
+                // if (GameGlobal.isFirstEntry == true)
+                // {
+                //     // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW, });
+                //     StoryController.ShowPriorStoryDialog();
+                // }
+                // else
+                // {
+                ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, MainStoryDataManager.currentChapterCfgId, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW });
+                // }
             }
             Timers.inst.CallLater(AfterEnterGame);
         }