mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed /forestgen having an incorrect number of maximum arguments.
This commit is contained in:
parent
c2cd87ed50
commit
6b996435e3
@ -136,7 +136,7 @@ public class GenerationCommands {
|
|||||||
usage = "[size] [type] [density]",
|
usage = "[size] [type] [density]",
|
||||||
desc = "Generate a forest",
|
desc = "Generate a forest",
|
||||||
min = 0,
|
min = 0,
|
||||||
max = 2
|
max = 3
|
||||||
)
|
)
|
||||||
@CommandPermissions({"worldedit.generation.forest"})
|
@CommandPermissions({"worldedit.generation.forest"})
|
||||||
public static void forestGen(CommandContext args, WorldEdit we,
|
public static void forestGen(CommandContext args, WorldEdit we,
|
||||||
|
Loading…
Reference in New Issue
Block a user