Skip to content

Commit 5208139

Browse files
committed
1 parent abdd3f1 commit 5208139

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mods/bones/init.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ local function find_bones_pos(player)
264264
else
265265
bones_pos = minetest.find_node_near(rounded_player_pos, 1, {"air"})
266266
end
267-
if minetest.is_protected(bones_pos, player:get_player_name()) then
268-
bones_pos = nil
269-
end
270267
return bones_pos
271268
end
272269

0 commit comments

Comments
 (0)