|
@@ -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();
|