forked from mtcontrib/locks
renamed obsolete functions to new name
This commit is contained in:
parent
c79e8fe19e
commit
ed0db28add
@ -155,7 +155,7 @@ minetest.register_node("locks:door", {
|
|||||||
end
|
end
|
||||||
|
|
||||||
local fdir = 0
|
local fdir = 0
|
||||||
local placer_pos = placer:getpos()
|
local placer_pos = placer:get_pos()
|
||||||
if placer_pos then
|
if placer_pos then
|
||||||
dir = {
|
dir = {
|
||||||
x = above.x - placer_pos.x,
|
x = above.x - placer_pos.x,
|
||||||
|
Loading…
Reference in New Issue
Block a user