diff --git a/worldeditadditions_commands/commands/spiral2.lua b/worldeditadditions_commands/commands/spiral2.lua index 68f689e..9bcf40f 100644 --- a/worldeditadditions_commands/commands/spiral2.lua +++ b/worldeditadditions_commands/commands/spiral2.lua @@ -3,7 +3,7 @@ local wea = worldeditadditions local Vector3 = wea.Vector3 worldeditadditions_core.register_command("spiral2", { - params = "[] [ [ [] ] ]", + params = "[circle|square] [ [ [] ] ]", description = "Generates a spiral that fills the defined region using the specified replace node. The spiral is either square (default) or circular in shape. The interval specifies the distance between the walls of the spiral, and the acceleration specifies how quickly this value should increase.", privs = { worldedit = true }, require_pos = 2,