Check for on_metadata_inventory_take

This commit is contained in:
Cy 2013-10-15 15:29:55 -07:00 committed by Vanessa Ezekowitz
parent 28328d975c
commit ce1acebf6d
1 changed files with 3 additions and 1 deletions

View File

@ -138,7 +138,9 @@ function grabAndFire(frominv,frominvname,frompos,fromnode,sname,tube,idef,dir,al
else
item=stack:take_item(count)
frominv:set_stack(frominvname,spos,stack)
idef.on_metadata_inventory_take(frompos, "main", spos, item, fakePlayer)
if idef.on_metadata_inventory_take then
idef.on_metadata_inventory_take(frompos, "main", spos, item, fakePlayer)
end
end
item1=tube_item(frompos,item)
item1:get_luaentity().start_pos = frompos