mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Also return the ObjectRef from minetest.spawn_falling_node() (#11184)
This commit is contained in:
parent
bbe120308f
commit
a106bfd456
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ local function convert_to_falling_node(pos, node)
|
|||
|
||||
obj:get_luaentity():set_node(node, metatable)
|
||||
core.remove_node(pos)
|
||||
return true
|
||||
return true, obj
|
||||
end
|
||||
|
||||
function core.spawn_falling_node(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue