diff --git a/src/com/sk89q/worldedit/commands/GenerationCommands.java b/src/com/sk89q/worldedit/commands/GenerationCommands.java index 3026bcbf6..74d4a03ad 100644 --- a/src/com/sk89q/worldedit/commands/GenerationCommands.java +++ b/src/com/sk89q/worldedit/commands/GenerationCommands.java @@ -136,7 +136,7 @@ public class GenerationCommands { usage = "[size] [type] [density]", desc = "Generate a forest", min = 0, - max = 2 + max = 3 ) @CommandPermissions({"worldedit.generation.forest"}) public static void forestGen(CommandContext args, WorldEdit we,