From 9cd05bc5a14fea8d24cc7d491813bf584ec93e8f Mon Sep 17 00:00:00 2001 From: N0tMyFaultOG Date: Fri, 13 Nov 2020 21:37:36 +0100 Subject: [PATCH] Use /tool in /toggleeditwand description e320833961734c68a9d783bc9e3e77458e4c54d3 Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com> --- .../java/com/sk89q/worldedit/command/SelectionCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/SelectionCommands.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/SelectionCommands.java index 5e687b216..4fe89bf70 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/SelectionCommands.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/SelectionCommands.java @@ -308,7 +308,7 @@ public class SelectionCommands { @Command( name = "toggleeditwand", aliases = { "/toggleeditwand" }, - desc = "Remind the user that the wand is now a tool and can be unbound with /none." + desc = "Remind the user that the wand is now a tool and can be unbound with /tool none." ) @CommandPermissions("worldedit.wand.toggle") public void toggleWand(Player player) {