fixed another bed typo
This commit is contained in:
parent
97f2a13cf5
commit
003c4a810e
@ -45,7 +45,7 @@ minetest.register_node(
|
|||||||
local dir = minetest.facedir_to_dir(node.param2)
|
local dir = minetest.facedir_to_dir(node.param2)
|
||||||
local head_pos = vector.add(pos, dir)
|
local head_pos = vector.add(pos, dir)
|
||||||
if minetest.get_node(head_pos).name == "bed:bed_head" then
|
if minetest.get_node(head_pos).name == "bed:bed_head" then
|
||||||
minetest.remove_node(ead_pos)
|
minetest.remove_node(head_pos)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user