Mowzie's Mobs

Mowzie's Mobs

58M Downloads

Naga Hurt to fall animation is spamming hello in console

rrojas1819 opened this issue ยท 1 comments

commented

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");
}
});

"

commented

WHOOPS
must've left some debugging in there