Removed /t.

This commit is contained in:
sk89q 2011-02-24 16:43:23 -08:00
parent ad62dbe565
commit 7730ddf679
2 changed files with 1 additions and 2 deletions

View File

@ -198,7 +198,6 @@ commands:
tool: tool:
description: Select a tool to bind description: Select a tool to bind
usage: /<command> usage: /<command>
aliases: ['t']
mat: mat:
description: Set the brush material description: Set the brush material
usage: /<command> [pattern] usage: /<command> [pattern]

View File

@ -63,7 +63,7 @@ public class ToolUtilCommands {
} }
@Command( @Command(
aliases = {"tool", "t"}, aliases = {"tool"},
desc = "Select a tool to bind" desc = "Select a tool to bind"
) )
@NestedCommand({ToolCommands.class}) @NestedCommand({ToolCommands.class})