Move bucketing away from Field

This commit is contained in:
Matt Nadareski
2020-12-14 15:31:28 -08:00
parent 7f7c3ec314
commit 52d1673cb8
8 changed files with 63 additions and 63 deletions

View File

@@ -277,7 +277,7 @@ namespace SabreTools.DatFiles
}
// Get the key and add the file
key = item.GetKey(Field.Machine_Name);
key = item.GetKey(ItemKey.Machine);
Items.Add(key, item);
return key;