2019-01-16 17:16:38 -05:00

4 lines
97 B
Lua

function onUse(player, item, fromPosition, target, toPosition)
return doDestroyItem(target)
end