mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-24 15:55:05 +00:00
Remove need for GetMachineForItem
This commit is contained in:
@@ -589,7 +589,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
return;
|
||||
|
||||
// Get the current machine
|
||||
var machine = GetMachineForItemDB(datItem.Key);
|
||||
var machine = GetMachineDB(datItem.Value.MachineIndex);
|
||||
if (machine.Value is null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user