mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix Logiqx output
This commit is contained in:
@@ -847,9 +847,13 @@ namespace SabreTools.Library.DatFiles
|
||||
if (!string.IsNullOrWhiteSpace(Header))
|
||||
xtw.WriteAttributeString("header", Header);
|
||||
|
||||
// End clrmamepro
|
||||
xtw.WriteEndElement();
|
||||
}
|
||||
|
||||
// End header
|
||||
xtw.WriteEndElement();
|
||||
|
||||
xtw.Flush();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user