This commit is contained in:
Paweł Lidwin 2026-04-23 21:47:10 +02:00 committed by GitHub
commit 3610c6a0a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1459,7 +1459,7 @@ class LegendaryCore:
if not repair_use_latest and old_manifest:
# use installed manifest for repairs instead of updating
new_manifest = old_manifest
old_manifest = None
old_manifest = None
filename = clean_filename(f'{game.app_name}.repair')
resume_file = os.path.join(self.lgd.get_tmp_path(), filename)