mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Dictionary methods reorg + rename
This commit is contained in:
@@ -984,7 +984,7 @@ namespace SabreTools.Library.Dats
|
||||
|
||||
// Setup the fixdat
|
||||
DatFile matched = new DatFile(this);
|
||||
matched.Reset();
|
||||
matched.ResetDictionary();
|
||||
matched.FileName = "fixDat_" + matched.FileName;
|
||||
matched.Name = "fixDat_" + matched.Name;
|
||||
matched.Description = "fixDat_" + matched.Description;
|
||||
|
||||
Reference in New Issue
Block a user