Skip to content

Commit

Permalink
renamed obsolete functions to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokomine committed Mar 11, 2019
1 parent c79e8fe commit ed0db28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_locked_xdoors2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ minetest.register_node("locks:door", {
end

local fdir = 0
local placer_pos = placer:getpos()
local placer_pos = placer:get_pos()
if placer_pos then
dir = {
x = above.x - placer_pos.x,
Expand Down

0 comments on commit ed0db28

Please sign in to comment.