mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Convert remaining items, add NameKey
This commit is contained in:
@@ -272,7 +272,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
containsItems = true;
|
||||
foreach (var deviceref in devicerefs)
|
||||
{
|
||||
var item = new DeviceReference();
|
||||
var item = new DeviceRef();
|
||||
item.SetName(deviceref.Name);
|
||||
item.SetFieldValue<Source?>(DatItem.SourceKey, new Source { Index = indexId, Name = filename });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user