Fixed probable AbsorbDamage NPE.

This commit is contained in:
MobiusDev
2017-11-07 10:48:23 +00:00
parent a5995c7f00
commit 0e96f5d690
8 changed files with 4 additions and 8 deletions

View File

@@ -47,7 +47,6 @@ public class FunctionEventListener extends AbstractEventListener
try
{
return returnBackClass.cast(_callback.apply(event));
}
catch (Exception e)
{