浏览代码

内网健康忠告时间

zhaoyang 3 年之前
父节点
当前提交
78fe78047f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();