mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Consolidate some of the throws
This commit is contained in:
@@ -1116,9 +1116,6 @@ namespace SabreTools.Library.DatItems
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
if (Globals.ThrowOnError)
|
||||
throw ex;
|
||||
|
||||
// Absorb the error
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user