devtools: use setAnimationFrame
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user