mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Reimplement outputting updated DAT after rebuild
This commit is contained in:
@@ -139,6 +139,15 @@ namespace SabreTools.Helper.Dats
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
// If we're updating the DAT, output to the rebuild directory
|
||||||
|
if (updateDat)
|
||||||
|
{
|
||||||
|
_fileName = "fixDAT_" + _fileName;
|
||||||
|
_name = "fixDAT_" + _name;
|
||||||
|
_description = "fixDAT_" + _description;
|
||||||
|
WriteToFile(outDir, logger);
|
||||||
|
}
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user