Don't add null TryCatchOperations

This commit is contained in:
Westin Miller
2018-10-23 14:22:11 -07:00
committed by GitHub
parent bdaa674662
commit f1201c6259

View File

@@ -112,6 +112,7 @@ namespace Torch.Managers.PatchManager.MSIL
set
{
TryCatchOperations.Clear();
if (value != null)
TryCatchOperations.Add(value);
}
}