mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Update mtrig.lua
This commit is contained in:
parent
428ec12918
commit
5ac0b8a04c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue