Change to throwable as exception doesn't catch it

This commit is contained in:
libraryaddict 2013-11-23 04:01:32 +13:00
parent 13fbc4bbb6
commit 441d69fd62

View File

@ -159,8 +159,7 @@ public enum DisguiseType {
if (entityType != null) {
type.setEntityType(entityType);
}
} catch (Exception ex) {
ex.printStackTrace();
} catch (Throwable ex) {
}
}
}