Change to throwable as exception doesn't catch it
This commit is contained in:
parent
13fbc4bbb6
commit
441d69fd62
@ -159,8 +159,7 @@ public enum DisguiseType {
|
||||
if (entityType != null) {
|
||||
type.setEntityType(entityType);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
} catch (Throwable ex) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user