mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Migrate most header string keys to properties
This commit is contained in:
@@ -384,7 +384,7 @@ namespace SabreTools.Metadata.DatFiles.Formats
|
||||
// TODO: Enable No-Intro doctype writing instead of Logiqx
|
||||
// Only write the doctype if we don't have No-Intro data
|
||||
bool success;
|
||||
if (string.IsNullOrEmpty(Header.ReadString(Data.Models.Metadata.Header.IdKey)))
|
||||
if (string.IsNullOrEmpty(Header.Id))
|
||||
success = new Serialization.Writers.Logiqx().SerializeFile(datafile, outfile);
|
||||
else
|
||||
success = new Serialization.Writers.Logiqx().SerializeFile(datafile, outfile);
|
||||
|
||||
Reference in New Issue
Block a user