3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-07 00:22:51 +02:00

Use /tool in /toggleeditwand description

e320833961734c68a9d783bc9e3e77458e4c54d3

Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com>
Dieser Commit ist enthalten in:
N0tMyFaultOG 2020-11-13 21:37:36 +01:00
Ursprung 9fbbcdb3f7
Commit 9cd05bc5a1

Datei anzeigen

@ -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) {