3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-19 22:30:05 +02:00

Fixed /forestgen having an incorrect number of maximum arguments.

Dieser Commit ist enthalten in:
sk89q 2011-01-30 22:09:24 -08:00
Ursprung c2cd87ed50
Commit 6b996435e3

Datei anzeigen

@ -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,