Remove logging for missing EntityType

This commit is contained in:
libraryaddict
2017-06-09 07:27:02 +12:00
parent 5ca2cc6331
commit d7b8b23030
2 changed files with 1 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ public class LibsDisguises extends JavaPlugin {
private void registerValues() {
for (DisguiseType disguiseType : DisguiseType.values()) {
if (disguiseType.getEntityType() == null) {
System.out.println("EntityType for " + disguiseType.name() + " not found");
continue;
}