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:
@@ -175,7 +175,7 @@ namespace SabreTools.DatTools
|
||||
for (int j = 0; j < items.Count; j++)
|
||||
{
|
||||
// Handle machine removals
|
||||
var machine = items[j].GetFieldValue<Machine>(DatItem.MachineKey);
|
||||
var machine = items[j].GetMachine();
|
||||
RemoveFields(machine);
|
||||
|
||||
// Handle item removals
|
||||
|
||||
Reference in New Issue
Block a user