mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Missed one other place
This commit is contained in:
@@ -57,11 +57,7 @@ namespace SabreTools.FileTypes.CHD
|
|||||||
return null;
|
return null;
|
||||||
|
|
||||||
// Read and return the current CHD
|
// Read and return the current CHD
|
||||||
CHDFile? generated = ReadAsVersion(chdstream, version);
|
return ReadAsVersion(chdstream, version);
|
||||||
if (generated != null)
|
|
||||||
generated.Type = FileType.CHD;
|
|
||||||
|
|
||||||
return generated;
|
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user