From fa92402bc5f695ce87dec4d134eb7215b86af3ed Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 11 Jul 2023 10:57:50 -0400 Subject: [PATCH] Ensure we found the tags we're skipping (fixes #512) --- CHANGELIST.md | 1 + MPF.Library/InfoTool.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELIST.md b/CHANGELIST.md index 1eaac9ae..8ededbfc 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -88,6 +88,7 @@ - Parse and format Redumper CD multisession data - New layerbreak takes precedence - Reduce pulled information for Xbox and X360 +- Ensure we found the tags we're skipping ### 2.5 (2023-03-12) diff --git a/MPF.Library/InfoTool.cs b/MPF.Library/InfoTool.cs index 24893cf6..f17e8ebe 100644 --- a/MPF.Library/InfoTool.cs +++ b/MPF.Library/InfoTool.cs @@ -2058,6 +2058,7 @@ namespace MPF.Library case SiteCode.SSVersion: case SiteCode.XMID: case SiteCode.XeMID: + foundTag = true; continue; }