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:
@@ -499,7 +499,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
WriteStartGame(jtw, kvp.Value);
|
||||
|
||||
// Check for a "null" item
|
||||
var datItem = ProcessNullifiedItemDB(kvp);
|
||||
var datItem = new KeyValuePair<long, DatItem>(kvp.Key, ProcessNullifiedItem(kvp.Value));
|
||||
|
||||
// Write out the item if we're not ignoring
|
||||
if (!ShouldIgnore(datItem.Value, ignoreblanks))
|
||||
|
||||
Reference in New Issue
Block a user