Removed logging
This commit is contained in:
parent
fd243d196c
commit
1739c96e38
@ -100,7 +100,6 @@ public class Disguise {
|
||||
Constructor<?> contructor = watcherClass.getDeclaredConstructor(int.class);
|
||||
watcher = (FlagWatcher) contructor.newInstance(entityId);
|
||||
} catch (Exception ex) {
|
||||
System.out.print("No watcher found");
|
||||
// There is no watcher for this entity
|
||||
}
|
||||
if (watcher == null && entity instanceof EntityAgeable && this instanceof MobDisguise) {
|
||||
|
Loading…
Reference in New Issue
Block a user