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