Fix missing API param.
Without puncher, we wouldn't be able to lookup wielditems.
This commit is contained in:
parent
cd8db98c68
commit
e4f5ac93bc
@ -13,6 +13,7 @@ minetest.register_on_punchnode(function(pos, node, puncher, pointed)
|
||||
|
||||
local now = minetest.get_us_time() / 1000000
|
||||
local pum = {
|
||||
puncher = puncher
|
||||
pname = pname,
|
||||
pos = pos,
|
||||
pointed = pointed,
|
||||
|
Loading…
x
Reference in New Issue
Block a user