Compare commits

..

No commits in common. "master" and "干掉了浩方查马甲代码" have entirely different histories.

View File

@ -45,7 +45,6 @@ namespace AnotherReplayReader.ReplayFile
var lastByte = current.ReadBytes(size - 2).Last(); var lastByte = current.ReadBytes(size - 2).Last();
if (lastByte != 0xFF) if (lastByte != 0xFF)
{ {
Debug.Instance.DebugMessage += $"Failed to parse command {command:X}, last byte is {lastByte:X}";
// throw new InvalidDataException($"Failed to parse command {command:X}, last byte is {lastByte:X}"); // throw new InvalidDataException($"Failed to parse command {command:X}, last byte is {lastByte:X}");
} }
}; };