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:
@@ -44,14 +44,12 @@ namespace SabreTools.Library.Dats
|
||||
|
||||
public new object Clone()
|
||||
{
|
||||
return new BiosSet()
|
||||
BiosSet item = new BiosSet()
|
||||
{
|
||||
Name = this.Name,
|
||||
Type = this.Type,
|
||||
Dupe = this.Dupe,
|
||||
|
||||
Machine = (Machine)this.Machine.Clone(),
|
||||
|
||||
Supported = this.Supported,
|
||||
Publisher = this.Publisher,
|
||||
Infos = this.Infos,
|
||||
@@ -69,6 +67,9 @@ namespace SabreTools.Library.Dats
|
||||
Description = this.Description,
|
||||
Default = this.Default,
|
||||
};
|
||||
|
||||
item.CopyMachineInformation(this);
|
||||
return item;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user