mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Comment should be null default
This commit is contained in:
@@ -140,7 +140,6 @@ namespace SabreTools.Library.DatFiles
|
||||
Machine machine = new Machine
|
||||
{
|
||||
Name = reader.GetAttribute("name"),
|
||||
Comment = string.Empty,
|
||||
Description = reader.GetAttribute("name"),
|
||||
CloneOf = reader.GetAttribute("cloneof"),
|
||||
RomOf = reader.GetAttribute("romof"),
|
||||
|
||||
Reference in New Issue
Block a user