Don't print a message if we cant find custom types

This commit is contained in:
Dan Mulloy 2016-08-13 17:58:59 -04:00
parent 86130b5743
commit 35e37121f9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class WrappedDataWatcher extends AbstractWrapper implements Iterable<Wrap
this.secondaryValue = parameters.length > 1 ? Accessors.getFieldAccessor(spigotClass, "value2", true) : null;
} catch (ClassNotFoundException e) {
System.out.println("[ProtocolLib] Unable to find " + className);
// System.out.println("[ProtocolLib] Unable to find " + className);
this.spigotClass = null;
}
this.typeId = typeId;