From 2f76cc012c56f70a10baa30c2f29ba1c1e1ba572 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Tue, 9 May 2023 21:02:55 +0800 Subject: [PATCH] Update ProcedureCreateDownloader.cs --- Assets/GameScripts/Main/Procedure/ProcedureCreateDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/GameScripts/Main/Procedure/ProcedureCreateDownloader.cs b/Assets/GameScripts/Main/Procedure/ProcedureCreateDownloader.cs index e1765880..daa23f5c 100644 --- a/Assets/GameScripts/Main/Procedure/ProcedureCreateDownloader.cs +++ b/Assets/GameScripts/Main/Procedure/ProcedureCreateDownloader.cs @@ -62,7 +62,7 @@ namespace GameMain sizeMb = Mathf.Clamp(sizeMb, 0.1f, float.MaxValue); _totalSizeMb = sizeMb.ToString("f1"); - if (SettingsUtils. EnableUpdateData()) + if (!SettingsUtils.EnableUpdateData()) { UILoadTip.ShowMessageBox($"Found update patch files, Total count {_totalDownloadCount} Total size {_totalSizeMb}MB", MessageShowType.TwoButton, LoadStyle.StyleEnum.Style_StartUpdate_Notice