Suppress error for entitytype not found

This commit is contained in:
libraryaddict
2020-04-16 13:37:07 +12:00
parent e8ba0a2adc
commit 1791622323

View File

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