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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user