Fixed a bug causing runecrafting animations to play twice

This commit is contained in:
Sam
2023-02-21 06:38:34 +00:00
committed by Ryan
parent 0fa8a1c87e
commit 6c9458cdac
@@ -148,12 +148,6 @@ public final class RuneCraftPulse extends SkillPulse<Item> {
return true;
}
@Override
public void stop() {
super.stop();
player.animate(ANIMATION);
}
@Override
public void message(int type) {
switch (type) {