mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Replace more direct accessors to ItemDictionary
This commit is contained in:
@@ -838,7 +838,7 @@ namespace SabreTools.DatTools
|
||||
}
|
||||
|
||||
// Add the current machine to the current DatFile
|
||||
currentDat.Items[machine] = items;
|
||||
currentDat.Add(machine, items);
|
||||
currentSize += machineSize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user