Keep on with DB renaming

This commit is contained in:
Matt Nadareski
2025-01-09 03:31:31 -05:00
parent 00e8ca6bcc
commit 450417f0ab
6 changed files with 42 additions and 42 deletions

View File

@@ -560,7 +560,7 @@ namespace SabreTools.DatFiles
foreach (var kvp in items)
{
// Check for a "null" item
var item = ProcessNullifiedItem(kvp);
var item = ProcessNullifiedItemDB(kvp);
// Skip if we're ignoring the item
if (ShouldIgnore(item.Value, ignoreblanks))