Compare commits
1 Commits
a942768c8d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 22cfb1f0a9 |
@@ -45,6 +45,7 @@ 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}");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user