Browse Source

第一次登录游戏再反回登录,前置剧情未取消

zhaoyang 3 years ago
parent
commit
b8d26f687d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -195,6 +195,7 @@ namespace GFGGame
                 MainStoryDataManager.currentChapterCfgId = 10001;
                 MainStoryDataManager.currentChapterCfgId = 10001;
                 if (GameGlobal.isFirstEntry == true)
                 if (GameGlobal.isFirstEntry == true)
                 {
                 {
+                    GameGlobal.isFirstEntry = false;
                     StoryController.ShowPriorStoryDialog();
                     StoryController.ShowPriorStoryDialog();
                 }
                 }
                 else
                 else