devtools: use setAnimationFrame

This commit is contained in:
Adam
2021-03-30 16:26:58 -04:00
parent 520f686006
commit 4cd7996c43

View File

@@ -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":