Fix orient_flags to be optional.

This commit is contained in:
Vanessa Ezekowitz 2013-11-06 22:09:06 -05:00 committed by kwolekr
parent d886f34003
commit 8ad052881c
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ if minetest then
local dirs2 = { 20, 23, 22, 21 }
function minetest.rotate_and_place(itemstack, placer, pointed_thing, infinitestacks, orient_flags)
orient_flags = orient_flags or {}
local node = minetest.get_node(pointed_thing.under)
if not minetest.registered_nodes[node.name]