From 8a572516fcd42158a16870214b560e1844423bb8 Mon Sep 17 00:00:00 2001 From: ZacSharp <68165024+ZacSharp@users.noreply.github.com> Date: Wed, 23 Sep 2020 22:54:41 +0200 Subject: [PATCH] Update description of WaypointsCommand --- src/main/java/baritone/command/defaults/WaypointsCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/baritone/command/defaults/WaypointsCommand.java b/src/main/java/baritone/command/defaults/WaypointsCommand.java index fb15b053..67aad365 100644 --- a/src/main/java/baritone/command/defaults/WaypointsCommand.java +++ b/src/main/java/baritone/command/defaults/WaypointsCommand.java @@ -296,7 +296,8 @@ public class WaypointsCommand extends Command { "> wp - Save the waypoint with the specified name and position.", "> wp - Show info on a waypoint by tag.", "> wp - Delete a waypoint by tag.", - "> wp - Set a goal to a waypoint by tag." + "> wp - Set a goal to a waypoint by tag.", + "> wp - Set a goal to a waypoint by tag and start pathing." ); }