mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 13:47:12 -04:00
PR #3030 fix
This commit is contained in:
parent
abdd3f12df
commit
5208139538
1 changed files with 0 additions and 3 deletions
|
@ -264,9 +264,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue