mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Go back to var in minor place
This commit is contained in:
@@ -60,7 +60,7 @@ namespace SabreTools.DatFiles
|
||||
datFile.Header.SetFieldValue<DatFormat>(DatHeader.DatFormatKey, datFormat);
|
||||
datFile.Items.SetBucketedBy(ItemKey.CRC); // Setting this because it can reduce issues later
|
||||
|
||||
InternalStopwatch watch = new($"Parsing '{filename}' into internal DAT");
|
||||
var watch = new InternalStopwatch($"Parsing '{filename}' into internal DAT");
|
||||
|
||||
// Now parse the correct type of DAT
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user