mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Writing to actual class
This commit is contained in:
@@ -55,7 +55,7 @@ namespace RombaSharp.Features
|
||||
datfile.Header.Description = description;
|
||||
DirFromDat.PopulateFromDir(datfile, source, asFiles: TreatAsFile.NonArchive);
|
||||
DatTool.ApplyCleaning(datfile, new Cleaner() { ExcludeFields = Hash.DeepHashes.AsFields() });
|
||||
DatTool.Write(datfile, outdat);
|
||||
Writer.Write(datfile, outdat);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user