Skip to content

Commit 4b2c2ae

Browse files
committed
[Sophon] Fix reused files marked as removable
1 parent 6ae3a92 commit 4b2c2ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CollapseLauncher/Classes/InstallManagement/Base/InstallManagerBase.SophonPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ protected async Task<bool> SpawnAdditionalPackageDownloadDialog(long baseDownloa
339339

340340
// Get the manifest pair based on the matching field
341341
if (!rootPatchManifest
342-
.TryGetOtherPatchInfoPair(matchingField, updateVersionfrom, out var patchManifest))
342+
.TryGetOtherPatchInfoPair(matchingField, updateVersionfrom, out var patchManifest))
343343
{
344344
Logger.LogWriteLine($"[InstallManagerBase::GetAlterSophonPatchAssets] Cannot find past-version patch manifest for matching field: {matchingField}, Skipping!",
345345
LogType.Warning,

0 commit comments

Comments
 (0)