[DatTools] Make DOSCenter dats compatible

This commit is contained in:
Matt Nadareski
2016-09-12 23:29:23 -07:00
parent 440215ef99
commit 2722ab668e
2 changed files with 19 additions and 4 deletions

View File

@@ -250,9 +250,9 @@ namespace SabreTools.Helper
});
return true;
}
catch (Exception ex)
catch (Exception)
{
Console.WriteLine(ex);
// Absorb the error
return false;
}
}