mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Remove cloneable, use constructor instead
This commit is contained in:
@@ -511,7 +511,7 @@ namespace SabreTools.Helper.Dats
|
||||
}
|
||||
|
||||
// Setup the fixdat
|
||||
DatFile matched = (DatFile)Clone();
|
||||
DatFile matched = new DatFile(this);
|
||||
matched.Reset();
|
||||
matched.FileName = "fixDat_" + matched.FileName;
|
||||
matched.Name = "fixDat_" + matched.Name;
|
||||
|
||||
Reference in New Issue
Block a user