mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-28 15:46:49 +01:00
4 lines
97 B
Lua
4 lines
97 B
Lua
function onUse(player, item, fromPosition, target, toPosition)
|
|
return doDestroyItem(target)
|
|
end
|