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