devtools: use setAnimationFrame
This commit is contained in:
@@ -345,7 +345,7 @@ public class DevToolsPlugin extends Plugin
|
|||||||
int id = Integer.parseInt(args[0]);
|
int id = Integer.parseInt(args[0]);
|
||||||
Player localPlayer = client.getLocalPlayer();
|
Player localPlayer = client.getLocalPlayer();
|
||||||
localPlayer.setAnimation(id);
|
localPlayer.setAnimation(id);
|
||||||
localPlayer.setActionFrame(0);
|
localPlayer.setAnimationFrame(0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "gfx":
|
case "gfx":
|
||||||
|
|||||||
Reference in New Issue
Block a user