/b changed to /br.

Dieser Commit ist enthalten in:
sk89q 2011-02-23 09:49:15 -08:00
Ursprung 92571d96f3
Commit 9a2039bed0
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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