mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix missing comments
This commit is contained in:
@@ -26,6 +26,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
{
|
||||
var missingFields = new List<string>();
|
||||
|
||||
// Check item name
|
||||
if (string.IsNullOrEmpty(datItem.GetName()))
|
||||
missingFields.Add(Models.Metadata.Rom.NameKey);
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
{
|
||||
var missingFields = new List<string>();
|
||||
|
||||
// Check item name
|
||||
if (string.IsNullOrEmpty(datItem.GetName()))
|
||||
missingFields.Add(Models.Metadata.Rom.NameKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user