Fixed the desciption of the //outline (//faces) command.

This commit is contained in:
TomyLobo 2011-08-08 09:20:55 +02:00
parent 7a3ddfe7bc
commit 96eb94155c

View File

@ -159,7 +159,7 @@ public class RegionCommands {
@Command(
aliases = {"/faces", "/outline"},
usage = "<block>",
desc = "Build the walls, ceiling, and roof of a selection",
desc = "Build the walls, ceiling, and floor of a selection",
min = 1,
max = 1
)