diff --git a/ReplayFile/RA3Commands.cs b/ReplayFile/RA3Commands.cs index 3e0882e..c53aba1 100644 --- a/ReplayFile/RA3Commands.cs +++ b/ReplayFile/RA3Commands.cs @@ -45,6 +45,7 @@ namespace AnotherReplayReader.ReplayFile var lastByte = current.ReadBytes(size - 2).Last(); 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}"); } };