Simplify util method naming

This commit is contained in:
Matt Nadareski
2021-03-22 21:32:58 -07:00
parent f25800510b
commit 5240f2eb70
53 changed files with 68 additions and 68 deletions

View File

@@ -30,7 +30,7 @@ namespace BurnOutSharp.ProtectionType
new ContentMatchSet(new byte?[] { 0x54, 0x72, 0x69, 0x61, 0x6C, 0x00, 0x50 }, "INTENIUM Trial & Buy Protection"),
};
return MatchUtil.GetFirstContentMatch(file, fileContent, matchers, includePosition);
return MatchUtil.GetFirstMatch(file, fileContent, matchers, includePosition);
}
}
}