diff --git a/CAgility/src/io/reisub/dreambot/cagility/tasks/HandleObstacle.java b/CAgility/src/io/reisub/dreambot/cagility/tasks/HandleObstacle.java index a1a135a..3901f70 100644 --- a/CAgility/src/io/reisub/dreambot/cagility/tasks/HandleObstacle.java +++ b/CAgility/src/io/reisub/dreambot/cagility/tasks/HandleObstacle.java @@ -89,7 +89,8 @@ public class HandleObstacle extends TaskNode { new Tile(2715, 3487, 2), new Tile(2715, 3498, 2), new Tile(2704, 3498, 2), - new Tile(2704, 3487, 2))), + new Tile(2704, 3487, 2)), + () -> Players.localPlayer().getTile().equals(new Tile(2713, 3494, 2))), new Obstacle(14929, new Area( new Tile(2708, 3475, 2), new Tile(2716, 3475, 2),