From 868fef813fb40c405451a85304f81f771c6d1d3f Mon Sep 17 00:00:00 2001 From: Wizjany Date: Mon, 26 Sep 2011 01:43:39 -0400 Subject: [PATCH] Changed pyramid command usage --- .../java/com/sk89q/worldedit/commands/GenerationCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java b/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java index 686ba437e..4abd96bc6 100644 --- a/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java @@ -272,7 +272,7 @@ public class GenerationCommands { @Command( aliases = { "/pyramid" }, - usage = " ", + usage = " ", desc = "Generate a filled pyramid", min = 2, max = 2 @@ -295,7 +295,7 @@ public class GenerationCommands { @Command( aliases = { "/hpyramid" }, - usage = " ", + usage = " ", desc = "Generate a hollow pyramid", min = 2, max = 2