/b changed to /br.

This commit is contained in:
sk89q 2011-02-23 09:49:15 -08:00
parent 92571d96f3
commit 9a2039bed0
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ commands:
brush:
description: Brush tool
usage: /<command>
aliases: ['b']
aliases: ['br']
info:
description: Block information tool
usage: /<command>

View File

@ -124,7 +124,7 @@ public class ToolCommands {
}
@Command(
aliases = {"brush", "b"},
aliases = {"brush", "br"},
desc = "Brush tool"
)
@NestedCommand({BrushCommands.class})