mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix orient_flags to be optional.
This commit is contained in:
parent
d886f34003
commit
8ad052881c
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue