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:
@@ -172,7 +172,7 @@ namespace SabreTools.DatTools
|
||||
continue;
|
||||
|
||||
// Get the machine associated with the item, if possible
|
||||
var machine = item.GetFieldValue<Machine>(DatItem.MachineKey);
|
||||
var machine = item.GetMachine();
|
||||
if (machine == null)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user