From 90e632326c2c5134107568a51d01206a7408401a Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Wed, 29 Sep 2021 18:55:31 -0400 Subject: [PATCH] Rebuild the appveyor build --- File_Format_Library/FileFormats/Message/MSBT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File_Format_Library/FileFormats/Message/MSBT.cs b/File_Format_Library/FileFormats/Message/MSBT.cs index 7d28d6fb..45eebf45 100644 --- a/File_Format_Library/FileFormats/Message/MSBT.cs +++ b/File_Format_Library/FileFormats/Message/MSBT.cs @@ -114,7 +114,7 @@ namespace FirstPlugin Label1 = new LBL1(); NLI1 = new NLI1(); Text2 = new TXT2(); - + reader.ByteOrder = Syroot.BinaryData.ByteOrder.BigEndian; reader.ReadSignature(8, "MsgStdBn"); ByteOrderMark = reader.ReadUInt16();