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:
Noodleeater
2021-02-20 17:45:21 +00:00
parent b0c853379c
commit d8dc5852ab

View File

@@ -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)