소스 검색

重新运行后引导未开启

zhaoyang 3 년 전
부모
커밋
5c0c072a65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

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

@@ -109,7 +109,7 @@ namespace GFGGame
             }
             else
             {
-                if (skipGuide == 1) GameGlobal.skipGuide = true;
+                if (skipGuide == 2) GameGlobal.skipGuide = true;
                 EnterGame();
 
             }