mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-20 07:45:16 +00:00
Make Machine inherent to DatItem instead of passing through
This commit is contained in:
@@ -76,7 +76,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
continue;
|
||||
|
||||
// Create a machine to hold everything
|
||||
var machine = items[0].GetMachine()!.GetInternalClone();
|
||||
var machine = items[0].Machine!.GetInternalClone();
|
||||
|
||||
// Handle Trurip object, if it exists
|
||||
if (machine.ContainsKey(Data.Models.Metadata.Machine.TruripKey))
|
||||
|
||||
Reference in New Issue
Block a user