Browse Source

重新运行后引导未开启

zhaoyang 3 years ago
parent
commit
5c0c072a65
1 changed files with 1 additions and 1 deletions
  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();
 
             }