Skip to content

Commit

Permalink
Fix bruteforce skipping many files
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Dec 25, 2024
1 parent 7549b21 commit 72fb3eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Src/GBX.NET.PAK/Pak.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,6 @@ public static async Task<Dictionary<string, string>> BruteforceHashFileNamesAsyn

foreach (var file in pak.Files.Values)
{
if (!file.Name.EndsWith(".gbx", StringComparison.OrdinalIgnoreCase))
{
continue;
}

cancellationToken.ThrowIfCancellationRequested();

Gbx gbx;
Expand Down

0 comments on commit 72fb3eb

Please sign in to comment.