mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatItem] Forgot to check these
This commit is contained in:
@@ -23,14 +23,12 @@ namespace SabreTools.Library.Dats
|
||||
|
||||
public new object Clone()
|
||||
{
|
||||
return new Sample()
|
||||
Sample item = new Sample()
|
||||
{
|
||||
Name = this.Name,
|
||||
Type = this.Type,
|
||||
Dupe = this.Dupe,
|
||||
|
||||
Machine = (Machine)this.Machine.Clone(),
|
||||
|
||||
Supported = this.Supported,
|
||||
Publisher = this.Publisher,
|
||||
Infos = this.Infos,
|
||||
@@ -45,6 +43,9 @@ namespace SabreTools.Library.Dats
|
||||
SourceID = this.SourceID,
|
||||
Source = this.Source,
|
||||
};
|
||||
|
||||
item.CopyMachineInformation(this);
|
||||
return item;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user