guodong 3 years ago
parent
commit
b35b7c9787
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

@@ -118,7 +118,7 @@ namespace GFGGame
             }
             }
             else
             else
             {
             {
-                if (skipGuide == 2 && LauncherConfig.netType == EnumNetType.LOCAL) GameGlobal.skipGuide = true;
+                if (skipGuide == 2) GameGlobal.skipGuide = true;
                 EnterGame();
                 EnterGame();
 
 
             }
             }