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