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

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>9.4.0</version>
<version>9.4.0-SNAPSHOT</version>
<build>
<sourceDirectory>src</sourceDirectory>

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;
}