mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor tweaks to sync Item collections
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user