diff --git a/ProjectLighthouse/Tickets/Parser/TicketParser21.cs b/ProjectLighthouse/Tickets/Parser/TicketParser21.cs index c2264789..585d7b52 100644 --- a/ProjectLighthouse/Tickets/Parser/TicketParser21.cs +++ b/ProjectLighthouse/Tickets/Parser/TicketParser21.cs @@ -32,6 +32,8 @@ public class TicketParser21 : ITicketParser SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section this.reader.SkipBytes(entitlementsSection.Length); + this.reader.ReadTicketEmpty(); // padding + SectionHeader footer = this.reader.ReadSectionHeader(); // footer header if (footer.Type != SectionType.Footer) {