mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixes the NPE during install, why is this now a problem? Never was an issue before!?
This commit is contained in:
parent
f416f80546
commit
056cd0b8a9
@ -102,7 +102,7 @@ namespace Wabbajack.Lib
|
||||
VFS.AddKnown(
|
||||
ModList.Directives
|
||||
.OfType<FromArchive>()
|
||||
.Select(f => new KnownFile { Paths = f.ArchiveHashPath}));
|
||||
.Select(f => new KnownFile { Paths = f.ArchiveHashPath, Hash = f.Hash}));
|
||||
|
||||
await VFS.BackfillMissing();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user