Beds: Do not crash when placing in an unknown node

このコミットが含まれているのは:
SmallJoker
2017-08-10 09:52:53 +02:00
コミット 67c01a44c2

ファイルの表示

@@ -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