1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-11-15 22:40:19 +01:00
This commit is contained in:
Imre Péntek 2024-02-24 14:51:17 +01:00
parent 9e52fc11a6
commit b62713f0db

View File

@ -231,9 +231,6 @@ local function find_bones_pos(player)
else
bones_pos = minetest.find_node_near(rounded_player_pos, 1, {"air"})
end
if minetest.is_protected(bones_pos, player:get_player_name()) then
bones_pos = nil
end
return bones_pos
end