Beds: Do not crash when placing in an unknown node

This commit is contained in:
SmallJoker 2017-08-10 09:52:53 +02:00 committed by sfan5
parent ea45ca57a5
commit 876da2fbc6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function beds.register_bed(name, def)
end
local pos
if minetest.registered_items[minetest.get_node(under).name].buildable_to then
if udef and udef.buildable_to then
pos = under
else
pos = pointed_thing.above