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