forked from 2009Scape/Server
Fixed a bug causing runecrafting animations to play twice
This commit is contained in:
parent
0fa8a1c87e
commit
6c9458cdac
1 changed files with 0 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue