Suppress error for entitytype not found

This commit is contained in:
libraryaddict 2020-04-16 13:37:07 +12:00
parent e8ba0a2adc
commit 1791622323
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4

View File

@ -273,7 +273,6 @@ public enum DisguiseType {
}
}
catch (Exception ex) {
ex.printStackTrace();
}
}