mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-01 07:30:39 +02:00
fix type error
This commit is contained in:
@ -592,6 +592,7 @@ local check_cylinder = function(name, param)
|
|||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
if nil ~= area_protection.areas then
|
if nil ~= area_protection.areas then
|
||||||
|
length = tonumber(length)
|
||||||
if axis == "?" then
|
if axis == "?" then
|
||||||
local sign
|
local sign
|
||||||
axis, sign = worldedit.player_axis(name)
|
axis, sign = worldedit.player_axis(name)
|
||||||
|
Reference in New Issue
Block a user