mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02: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
|