From 8ac1cbc393924e7f0270782ce58fc6594264a5cf Mon Sep 17 00:00:00 2001 From: Zaprit Date: Wed, 16 Apr 2025 22:41:23 +0100 Subject: [PATCH] Remove previous padding as it's no longer needed. --- ProjectLighthouse/Tickets/Parser/TicketParser21.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ProjectLighthouse/Tickets/Parser/TicketParser21.cs b/ProjectLighthouse/Tickets/Parser/TicketParser21.cs index 64655e87..c2264789 100644 --- a/ProjectLighthouse/Tickets/Parser/TicketParser21.cs +++ b/ProjectLighthouse/Tickets/Parser/TicketParser21.cs @@ -32,9 +32,6 @@ public class TicketParser21 : ITicketParser SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section this.reader.SkipBytes(entitlementsSection.Length); - this.reader.ReadTicketEmpty(); // padding - this.reader.ReadTicketEmpty(); - SectionHeader footer = this.reader.ReadSectionHeader(); // footer header if (footer.Type != SectionType.Footer) {