mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1341 from LostDragonist/omod_fix
Fix compiling with OMODs
This commit is contained in:
commit
278bfec349
@ -133,7 +133,7 @@ namespace Wabbajack.VirtualFileSystem
|
||||
var path = file.RelativeTo(dest.Dir);
|
||||
if (!shouldExtract(path)) continue;
|
||||
|
||||
var result = await mapfn(path, new ExtractedNativeFile(file, path));
|
||||
var result = await mapfn(path, new ExtractedNativeFile(file));
|
||||
results.Add(path, result);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user