Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. ultiscripts

    Bug Webwalking cannot build a path.

    private final Area areaStart = new Area.Rectangular( new Coordinate(3226, 3239, 0), new Coordinate(3233, 3242, 0) ); // This final WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(new Coordinate(3228, 3240, 0)); // Or this won't work final WebPath path =...
Top