mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Increase readability of Machine access
This commit is contained in:
@@ -119,7 +119,7 @@ namespace SabreTools.DatTools
|
||||
// Loop through and set the fields accordingly
|
||||
foreach (var datItem in datItems)
|
||||
{
|
||||
setter.SetFields(datItem.GetFieldValue<Machine>(DatItem.MachineKey));
|
||||
setter.SetFields(datItem.GetMachine());
|
||||
setter.SetFields(datItem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user