mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Rename OutputFormat => DatFormat
This commit is contained in:
@@ -254,7 +254,7 @@ namespace SabreTools
|
||||
FileName = Path.GetFileName(inputs[0]) + " Dir2Dat",
|
||||
Name = Path.GetFileName(inputs[0]) + " Dir2Dat",
|
||||
Description = Path.GetFileName(inputs[0]) + " Dir2Dat",
|
||||
OutputFormat = OutputFormat.Logiqx,
|
||||
DatFormat = DatFormat.Logiqx,
|
||||
Files = new SortedDictionary<string, List<DatItem>>(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user