Added a "return" that I had forgot
This commit is contained in:
parent
cac7238781
commit
970fc5fb2c
1
init.lua
1
init.lua
@ -12,6 +12,7 @@ function place_spore(itemstack, placer, pointed_thing, name, topoint, soilblock)
|
|||||||
|
|
||||||
-- return if any of the nodes is not registered
|
-- return if any of the nodes is not registered
|
||||||
if not minetest.registered_nodes[under.name] then
|
if not minetest.registered_nodes[under.name] then
|
||||||
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
-- if not protected then add node and remove 1 item from the itemstack
|
-- if not protected then add node and remove 1 item from the itemstack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user