Naga Hurt to fall animation is spamming hello in console
rrojas1819 opened this issue ยท 1 comments
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");
}
});
"