Don't print exception because sometimes the class doesn't exist.
This commit is contained in:
		| @@ -105,7 +105,7 @@ public class ReflectionManager { | ||||
|         try { | ||||
|             return Class.forName("net.minecraft.server." + bukkitVersion + "." + className); | ||||
|         } catch (Exception e) { | ||||
|             e.printStackTrace(); | ||||
|           //  e.printStackTrace(); | ||||
|         } | ||||
|         return null; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user