1
0
mirror of https://github.com/minetest-mods/item_drop.git synced 2025-07-07 00:50:23 +02:00

Replace another deprecated function

This commit is contained in:
texmex
2019-06-15 13:26:24 +02:00
committed by GitHub
parent becdfd113a
commit 26d0532cbd

@ -260,7 +260,7 @@ if legacy_setting_getbool("item_drop.enable_item_pickup",
return
end
local pos = player:getpos()
local pos = player:get_pos()
pos.y = pos.y+0.5
local inv