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:
description: Select a tool to bind
usage: /<command>
aliases: ['t']
mat:
description: Set the brush material
usage: /<command> [pattern]

View File

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