We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495556e commit 99e5d49Copy full SHA for 99e5d49
Assets/PatchKit Patcher/Scripts/AppUpdater/AppUpdaterContentStrategy.cs
@@ -108,7 +108,7 @@ public void Update(CancellationToken cancellationToken)
108
109
installContent.Execute(cancellationToken);
110
111
- if (installContent.NeedRepair)
+ if (installContent.NeedRepair && RepairOnError)
112
{
113
DebugLogger.Log("Content installed with errors, requesting repair");
114
0 commit comments