mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-24 17:50:40 +01:00
Do not allow //mix with no nodes
This commit is contained in:
parent
7d0811fd47
commit
edd27636a6
@ -574,6 +574,9 @@ worldedit.register_command("mix", {
|
|||||||
nodes[#nodes + 1] = node
|
nodes[#nodes + 1] = node
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
if #nodes == 0 then
|
||||||
|
return false
|
||||||
|
end
|
||||||
return true, nodes
|
return true, nodes
|
||||||
end,
|
end,
|
||||||
nodes_needed = check_region,
|
nodes_needed = check_region,
|
||||||
|
Loading…
Reference in New Issue
Block a user