Browse Source

暂时屏蔽前置剧情

zhaoyang 3 years ago
parent
commit
c1d31daa1d
1 changed files with 9 additions and 9 deletions
  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
             else
             {
             {
                 MainStoryDataManager.currentChapterCfgId = 10001;
                 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);
             Timers.inst.CallLater(AfterEnterGame);
         }
         }