mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
FML
This commit is contained in:
parent
c1b3b1ddbd
commit
5425bd58b4
@ -175,7 +175,7 @@ public class ValidateLists : IVerb
|
||||
{
|
||||
_logger.LogInformation("Looking for patch");
|
||||
var patchResult = await patchCache.Get(archive);
|
||||
if (result.Status == ArchiveStatus.Updated)
|
||||
if (patchResult.Status == ArchiveStatus.Updated)
|
||||
return patchResult.ValidatedArchive;
|
||||
return new ValidatedArchive
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user