Add VPK to info

This commit is contained in:
Matt Nadareski
2022-12-24 14:24:34 -08:00
parent b025c7a7fa
commit fbb33d9ef8
3 changed files with 32 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ namespace BurnOutSharp.Tools
#region VPK
if (magic.StartsWith(new byte?[] { 0x34, 0x12, 0x55, 0xaa }))
if (magic.StartsWith(new byte?[] { 0x34, 0x12, 0xaa, 0x55 }))
return SupportedFileType.VPK;
#endregion