Skip to content

Commit 99e5d49

Browse files
committed
Add missing RepairOnError check
1 parent 495556e commit 99e5d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/AppUpdater/AppUpdaterContentStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void Update(CancellationToken cancellationToken)
108108

109109
installContent.Execute(cancellationToken);
110110

111-
if (installContent.NeedRepair)
111+
if (installContent.NeedRepair && RepairOnError)
112112
{
113113
DebugLogger.Log("Content installed with errors, requesting repair");
114114

0 commit comments

Comments
 (0)