From 22cfb1f0a940dd8974ef76b41c350456ec745d82 Mon Sep 17 00:00:00 2001 From: lanyizi Date: Tue, 8 Apr 2025 09:41:56 +0200 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReplayFile/RA3Commands.cs | 1 + 1 file changed, 1 insertion(+) 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}"); } };