mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-12 03:46:57 +00:00
Remove unnecessary RemapDatItemToMachine method
This commit is contained in:
@@ -600,7 +600,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
return;
|
||||
|
||||
// Reassign the item to the new machine
|
||||
ItemsDB.RemapDatItemToMachine(datItem.Key, newMachineIndex);
|
||||
datItem.Value.MachineIndex = newMachineIndex;
|
||||
|
||||
// Remove extensions from File and Rom items
|
||||
if (datItem.Value is DatItems.Formats.File || datItem.Value is Rom)
|
||||
|
||||
Reference in New Issue
Block a user