[DatFile, DatItem] Proper cloning of machines to avoid dupe issues

This commit is contained in:
Matt Nadareski
2017-10-06 16:33:05 -07:00
parent ca2d863227
commit ae01adfc6e
10 changed files with 31 additions and 31 deletions

View File

@@ -28,7 +28,7 @@ namespace SabreTools.Library.Dats
Type = this.Type,
Dupe = this.Dupe,
Machine = this.Machine,
Machine = (Machine)this.Machine.Clone(),
Supported = this.Supported,
Publisher = this.Publisher,