devtools: use setAnimationFrame

This commit is contained in:
Adam
2021-03-31 21:23:21 -04:00
parent 520f686006
commit 4cd7996c43
@@ -345,7 +345,7 @@ public class DevToolsPlugin extends Plugin
int id = Integer.parseInt(args[0]);
Player localPlayer = client.getLocalPlayer();
localPlayer.setAnimation(id);
localPlayer.setActionFrame(0);
localPlayer.setAnimationFrame(0);
break;
}
case "gfx":