Browse Source

内网健康忠告时间

zhaoyang 3 years ago
parent
commit
78fe78047f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/Launcher/GameLauncher.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/GameLauncher.cs

@@ -38,7 +38,7 @@ public class GameLauncher : MonoBehaviour
         LauncherConfig.InitScriptCompilation();
         FGUILauncher.Init();
         HealthAdviceView.Instance.Open();
-        int time = LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL ? 3 : 10;
+        int time = LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL ? 1 : 10;
         Timers.inst.Add(time, 1, (object param) =>
         {
             HealthAdviceView.Instance.Close();