diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj index 90127e46..98799014 100644 --- a/FModel/FModel.csproj +++ b/FModel/FModel.csproj @@ -8,14 +8,15 @@ FModel.App Asval - 3.1.0.0 - 3.1.0.0 + 3.1.0.1 + 3.1.0.1 FModel.ico https://github.com/iAmAsval/FModel 3.1.0 x64 + false diff --git a/FModel/Grabber/Paks/PaksGrabber.cs b/FModel/Grabber/Paks/PaksGrabber.cs index 03736f76..41cb3ff3 100644 --- a/FModel/Grabber/Paks/PaksGrabber.cs +++ b/FModel/Grabber/Paks/PaksGrabber.cs @@ -37,6 +37,9 @@ namespace FModel.Grabber.Paks { foreach (string pak in Directory.GetFiles(Properties.Settings.Default.PakPath, "*.pak")) { + if (pak.Contains("pakChunkEarly-WindowsClient.pak")) + continue; + if (!Utils.Paks.IsFileReadLocked(new FileInfo(pak))) { PakFileReader pakFile = new PakFileReader(pak);