From 96eb94155c91f511761d3ec90d670d15ab7dc798 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Mon, 8 Aug 2011 09:20:55 +0200 Subject: [PATCH] Fixed the desciption of the //outline (//faces) command. --- src/main/java/com/sk89q/worldedit/commands/RegionCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java b/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java index 5ff3ba607..51fffb63c 100644 --- a/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java @@ -159,7 +159,7 @@ public class RegionCommands { @Command( aliases = {"/faces", "/outline"}, usage = "", - desc = "Build the walls, ceiling, and roof of a selection", + desc = "Build the walls, ceiling, and floor of a selection", min = 1, max = 1 )