Fixed a bug causing runecrafting animations to play twice
This commit is contained in:
@@ -148,12 +148,6 @@ public final class RuneCraftPulse extends SkillPulse<Item> {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void stop() {
|
|
||||||
super.stop();
|
|
||||||
player.animate(ANIMATION);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void message(int type) {
|
public void message(int type) {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user