mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix pointed.thing.ref -> pointed_thing.ref in builtin.lua
This commit is contained in:
parent
d0491ce8b6
commit
b3f4cbe157
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function minetest.get_pointed_thing_position(pointed_thing, above)
|
|||
return pointed_thing.under
|
||||
end
|
||||
elseif pointed_thing.type == "object" then
|
||||
obj = pointed.thing.ref
|
||||
obj = pointed_thing.ref
|
||||
if obj ~= nil then
|
||||
return obj:getpos()
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue