mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-29 15:56:50 +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
|