guodong há 3 anos atrás
pai
commit
b35b7c9787

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

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