BobMowzie / MowziesMobs

Other
125 stars 59 forks source link

Naga Hurt to fall animation is spamming hello in console #782

Open rrojas1819 opened 1 week ago

rrojas1819 commented 1 week ago

Console/Command Prompt was spamming "hello" which caught me off guard.

Code below

" this.goalSelector.addGoal(2, new SimpleAnimationAI(this, HURT_TO_FALL_ANIMATION, true) { @Override public void tick() { System.out.println("Hello"); } });

"

BobMowzie commented 1 week ago

WHOOPS must've left some debugging in there