mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 23:05:12 +00:00
Name property cleanup, fixes
This commit is contained in:
@@ -375,7 +375,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
for (int i = 0; i < items.Length; i++)
|
||||
{
|
||||
var datItem = new Rom(items[i], machine, source, i);
|
||||
if (datItem.GetName() is not null)
|
||||
if (datItem.Name is not null)
|
||||
{
|
||||
AddItem(datItem, statsOnly);
|
||||
// AddItemDB(datItem, machineIndex, sourceIndex, statsOnly);
|
||||
|
||||
Reference in New Issue
Block a user