From 5ac0b8a04cde50209bbfaed391d94c4851790e51 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Tue, 13 Jul 2021 19:43:56 -0700 Subject: [PATCH] Update mtrig.lua --- worldeditadditions_commands/commands/measure/mtrig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldeditadditions_commands/commands/measure/mtrig.lua b/worldeditadditions_commands/commands/measure/mtrig.lua index 3e524b0..dc0be7c 100644 --- a/worldeditadditions_commands/commands/measure/mtrig.lua +++ b/worldeditadditions_commands/commands/measure/mtrig.lua @@ -7,7 +7,7 @@ local wea = worldeditadditions local v3 = worldeditadditions.Vector3 worldedit.register_command("mtrig", { params = "", - description = "Return the length of each axis of current selection.", + description = "Return the length of and angles of an imginary line between pos1 and pos2 in the selection.", privs = { worldedit = true }, require_pos = 2, parse = function(params_text)