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 )