From 0ca9ed30bcbf893d62eef0abfaaee1f4f3daf911 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Mon, 17 May 2021 20:33:08 -0700 Subject: [PATCH] Update torus.lua --- worldeditadditions_commands/commands/torus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldeditadditions_commands/commands/torus.lua b/worldeditadditions_commands/commands/torus.lua index cbaf93f..7e39b44 100644 --- a/worldeditadditions_commands/commands/torus.lua +++ b/worldeditadditions_commands/commands/torus.lua @@ -51,7 +51,7 @@ local function parse_params_torus(params_text) end worldedit.register_command("torus", { - params = " [] [h[ollow]]", + params = " [ [h[ollow]]]", description = "Creates a 3D torus with a major radius of and a minor radius of at pos1, filled with , on axes (i.e. 2 axis names: xz, zy, etc).", privs = { worldedit = true }, require_pos = 1,