Revert "with this update, Changes to actor movement animation will fire the AnimationChanged Event"
This reverts commit c17ad0ea. Adding this event callback was a bad idea.
This commit is contained in:
@@ -193,15 +193,6 @@ public abstract class RSActorMixin implements RSActor
|
||||
client.getCallbacks().post(animationChange);
|
||||
}
|
||||
|
||||
@FieldHook("movementSequence")
|
||||
@Inject
|
||||
public void movementAnimationChanged(int idx)
|
||||
{
|
||||
AnimationChanged animationChange = new AnimationChanged();
|
||||
animationChange.setActor(this);
|
||||
client.getCallbacks().post(animationChange);
|
||||
}
|
||||
|
||||
@FieldHook("spotAnimation")
|
||||
@Inject
|
||||
public void spotAnimationChanged(int idx)
|
||||
|
||||
Reference in New Issue
Block a user