Minor tweaks to sync Item collections

This commit is contained in:
Matt Nadareski
2025-01-14 14:02:42 -05:00
parent 3120735dc9
commit 688e7772e4
3 changed files with 13 additions and 74 deletions

View File

@@ -468,6 +468,7 @@ namespace SabreTools.DatItems
if (!norename && source != null)
sourceString = source.Index.ToString().PadLeft(10, '0') + "-";
// TODO: This will never have a value for DB
string machineString = "Default";
var machine = GetFieldValue<Machine>(DatItem.MachineKey);
if (machine != null)