mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove ProcessNullifiedItemDB implementation; ProcessItemName common functionality
This commit is contained in:
@@ -560,7 +560,7 @@ namespace SabreTools.DatFiles
|
||||
foreach (var kvp in items)
|
||||
{
|
||||
// Check for a "null" item
|
||||
var item = ProcessNullifiedItemDB(kvp);
|
||||
var item = new KeyValuePair<long, DatItem>(kvp.Key, ProcessNullifiedItem(kvp.Value));
|
||||
|
||||
// Skip if we're ignoring the item
|
||||
if (ShouldIgnore(item.Value, ignoreblanks))
|
||||
|
||||
Reference in New Issue
Block a user