3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-12 22:20:08 +01:00

Corrected a command description.

Dieser Commit ist enthalten in:
TomyLobo 2011-12-05 08:56:49 +01:00
Ursprung f74d37c97b
Commit 259003d030

Datei anzeigen

@ -34,7 +34,7 @@ public class ToolCommands {
@Command( @Command(
aliases = { "none" }, aliases = { "none" },
usage = "", usage = "",
desc = "Unbind all bound tools", desc = "Unbind a bound tool from your current item",
min = 0, min = 0,
max = 0 max = 0
) )