mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move bucketing away from Field
This commit is contained in:
@@ -337,7 +337,7 @@ namespace SabreTools.DatTools
|
||||
SetDatItemInfo(datFile, datItem, item, parent, basepath);
|
||||
|
||||
// Add the file information to the DAT
|
||||
string key = datItem.GetKey(Field.DatItem_CRC);
|
||||
string key = datItem.GetKey(ItemKey.CRC);
|
||||
datFile.Items.Add(key, datItem);
|
||||
|
||||
logger.Verbose($"File added: {datItem.GetName() ?? string.Empty}");
|
||||
|
||||
Reference in New Issue
Block a user