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:
@@ -387,7 +387,7 @@ namespace SabreTools.DatTools
|
||||
blankRom.SetName(romname);
|
||||
blankRom.SetFieldValue<Machine?>(DatItem.MachineKey, blankMachine);
|
||||
|
||||
datFile.Items["null"]?.Add(blankRom);
|
||||
datFile.Add("null", blankRom);
|
||||
#if NET40_OR_GREATER || NETCOREAPP
|
||||
});
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user