mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Removed logging
This commit is contained in:
parent
fd243d196c
commit
1739c96e38
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue