Remove logging for missing EntityType
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -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> | ||||
|   | ||||
| @@ -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; | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user