mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-19 16:07:11 +01:00
5 lines
119 B
Lua
5 lines
119 B
Lua
function onUse(player, item, fromPosition, target, toPosition)
|
|
player:sendCancelMessage("Hug me ^^")
|
|
return true
|
|
end
|