directly start pathing after `#home`

just like servers directly teleport you after `/home` without waiting for something like `/teleport`
This commit is contained in:
ZacSharp 2020-09-18 22:41:33 +02:00
parent 13ca691f5d
commit 508dacac63
No known key found for this signature in database
GPG Key ID: 9453647B005083A3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public final class DefaultCommands {
new ThisWayCommand(baritone),
new WaypointsCommand(baritone),
new CommandAlias(baritone, "sethome", "Sets your home waypoint", "waypoints save home"),
new CommandAlias(baritone, "home", "Set goal to your home waypoint", "waypoints goal home"),
new CommandAlias(baritone, "home", "Path to your home waypoint", "waypoints goto home"),
new SelCommand(baritone)
));
ExecutionControlCommands prc = new ExecutionControlCommands(baritone);