mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Keep on with DB renaming
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user