mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Fixed /forestgen having an incorrect number of maximum arguments.
This commit is contained in:
parent
c2cd87ed50
commit
6b996435e3
@ -136,7 +136,7 @@ public static void sphere(CommandContext args, WorldEdit we,
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user