Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Fixed /forestgen having an incorrect number of maximum arguments.
Dieser Commit ist enthalten in:
Ursprung
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,
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren