Migrate unoffical keys

This commit is contained in:
Matt Nadareski
2024-03-10 16:49:07 -04:00
parent 7d974d4464
commit e411d90822
91 changed files with 1045 additions and 1472 deletions

View File

@@ -125,7 +125,7 @@ namespace SabreTools.Filtering
// Loop through and set the fields accordingly
foreach (var datItem in datItems)
{
setter.SetFields(datItem.Machine);
setter.SetFields(datItem.GetFieldValue<Machine>(DatItem.MachineKey));
setter.SetFields(datItem);
}
}