Replace deprecated functions (#37)

This commit is contained in:
Niklp
2022-06-18 10:44:02 +02:00
committed by GitHub
parent 5ffdc26673
commit acf17f2ba4
3 changed files with 6 additions and 6 deletions

View File

@ -121,7 +121,7 @@ function lrfurn.sit(pos, node, clicker, itemstack, pointed_thing, seats)
--seat the player
sit_pos.y = sit_pos.y-0.5
clicker:setpos(sit_pos)
clicker:set_pos(sit_pos)
return itemstack
end