mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-02 16:49:02 +00:00
Update WoodcutTree.java
This commit is contained in:
@@ -19,7 +19,8 @@ public class WoodcutTree implements Strategy {
|
||||
&& (Variables.getStatus() == "none" || Variables.getStatus() == "woodcutting")
|
||||
&& !Players.getMyPlayer().isInCombat()
|
||||
&& Players.getMyPlayer().getAnimation() == -1
|
||||
&& !Inventory.isFull()) {
|
||||
&& !Inventory.isFull()
|
||||
) {
|
||||
Variables.setStatus("woodcutting");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user