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) {
|
if (entityType != null) {
|
||||||
type.setEntityType(entityType);
|
type.setEntityType(entityType);
|
||||||
}
|
}
|
||||||
} catch (Exception ex) {
|
} catch (Throwable ex) {
|
||||||
ex.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user