return;
}
trait.startFishing(dLocation.valueOf(argsArray[0] + "," + argsArray[1] + "," + argsArray[2] + "," + argsArray[3]));
} else if (args.hasValueFlag("anchor")) {
if (npc.hasTrait(Anchors.class)) {
Anchors anchors = npc.getTrait(Anchors.class);
if (anchors.getAnchor(args.getFlag("anchor")) != null)
trait.startFishing(anchors.getAnchor(args.getFlag("anchor")).getLocation());
}
Messaging.sendError(sender, "The NPC does not have the specified anchor!");
} else {
trait.startFishing();
}