mirror of
https://github.com/4sval/FModel.git
synced 2026-06-24 17:00:48 -05:00
Search in the subdirectories also to find pak files
This commit is contained in:
parent
92ab3521ca
commit
cce22d68f4
|
|
@ -55,7 +55,7 @@ namespace FModel.Methods.PAKs
|
|||
|
||||
private static IEnumerable<string> GetPAKsFromPath()
|
||||
{
|
||||
return Directory.GetFiles(PAK_PATH).Where(x => x.EndsWith(".pak"));
|
||||
return Directory.GetFiles(PAK_PATH,"*.pak",SearchOption.AllDirectories);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user