fixed another bed typo

This commit is contained in:
kaadmy 2015-10-11 09:13:20 -07:00
parent 97f2a13cf5
commit 003c4a810e

View File

@ -45,7 +45,7 @@ minetest.register_node(
local dir = minetest.facedir_to_dir(node.param2)
local head_pos = vector.add(pos, dir)
if minetest.get_node(head_pos).name == "bed:bed_head" then
minetest.remove_node(ead_pos)
minetest.remove_node(head_pos)
end
end,