1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-03-29 12:43:14 +00:00

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

@ -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
)