- Joined
- May 24, 2016
- Messages
- 1,113
- Thread Author
- #1
Code:
LocatableEntity bankLocations = Banks.newQuery().results().nearest();
if (bankLocations != null) {
WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(bankLocations);
if (path != null) {
getLogger().info("Walking to: " + bankLocations);
path.step();
}
} else {
getLogger().warn("Banks were null");
}
Banks are returning null in Canifis on RS3. Any chance of fixing/adding the bank booth in Canifis?