mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-23 14:49:42 +00:00
Fix M1 and MESS parsing, similar to ListXML
This commit is contained in:
@@ -897,7 +897,6 @@ namespace SabreTools.Serialization.Readers
|
||||
if (ramOption is not null)
|
||||
ramOptions.Add(ramOption);
|
||||
|
||||
reader.Skip();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -897,7 +897,6 @@ namespace SabreTools.Serialization.Readers
|
||||
if (ramOption is not null)
|
||||
ramOptions.Add(ramOption);
|
||||
|
||||
reader.Skip();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user