mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47: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]",
|
||||
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