Skip to content

Commit aa2df0d

Browse files
committed
[DirectoryManager] Best HIST fix
1 parent 8127636 commit aa2df0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DirectoryManager/Updating/PatchGrabber.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public static void Execute(GameVersion ourVersion, string patchOutputDirectory)
4646
var patchFilesNeeded = new HashSet<string>();
4747
foreach (var patchFile in patchFiles)
4848
{
49+
if (Path.GetFileNameWithoutExtension(patchFile).StartsWith("H")) continue;
4950
var version = GetVersion(patchFile);
5051

5152
if (version <= ourVersion) continue;

0 commit comments

Comments
 (0)