mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-10 19:07:23 +00:00
Get methods should return all info
This commit is contained in:
@@ -595,7 +595,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
|
||||
// Clone current machine to avoid conflict
|
||||
long newMachineIndex = AddMachineDB((Machine)machine.Value.Clone());
|
||||
machine = new KeyValuePair<long, Machine?>(newMachineIndex, ItemsDB.GetMachine(newMachineIndex));
|
||||
machine = GetMachineDB(newMachineIndex);
|
||||
if (machine.Value is null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user