mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-04 21:33:43 +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
|
||||
end
|
||||
end
|
||||
if #nodes == 0 then
|
||||
return false
|
||||
end
|
||||
return true, nodes
|
||||
end,
|
||||
nodes_needed = check_region,
|
||||
|
Loading…
Reference in New Issue
Block a user