Replace more direct accessors to ItemDictionary

This commit is contained in:
Matt Nadareski
2025-01-13 09:40:13 -05:00
parent c94d8d712f
commit dc69663cd6
3 changed files with 1 additions and 7 deletions

View File

@@ -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;
}